home *** CD-ROM | disk | FTP | other *** search
- *PPD-Adobe: "4.3"
- *% Adobe Systems PostScript(R) Printer Description File
- *% Copyright 1987-1998 Adobe Systems Incorporated.
- *% All Rights Reserved.
- *% Permission is granted for redistribution of this file as
- *% long as this copyright notice is intact and the contents
- *% of the file is not altered in any way from its original form.
- *% End of Copyright statement
- *% for IBM InfoPrint 40.
- *% Copyright 1998 IBM Corporation. All rights reserved.
- *% Copyright 1998 Peerless Systems Corp. All rights reserved.
- *%
- *FormatVersion: "4.3"
- *FileVersion: "1.1"
- *LanguageEncoding: ISOLatin1
- *LanguageVersion: English
- *Manufacturer: "IBM"
- *PCFileName: "IBM43322.PPD"
- *Product: "(IBM 4332)"
- *PSVersion: "(3010.106) 420"
- *ModelName: "IBM 4332-40"
- *ShortNickName: "IBM InfoPrint 40 PS"
- *NickName: "IBM InfoPrint 40 PS"
-
-
- *% ==== Options (Printer Features) ====
- *%
- *OpenGroup: InstallableOptions/Options installed
-
- *OpenUI *OptionHCF/2500-sheet input: Boolean
- *DefaultOptionHCF: False
- *OptionHCF True/Installed: ""
- *OptionHCF False/Not installed: ""
- *CloseUI: *OptionHCF
-
- *OpenUI *OptionEnvelope1/Envelope feeder: Boolean
- *DefaultOptionEnvelope1: False
- *OptionEnvelope1 True/Installed: ""
- *OptionEnvelope1 False/Not installed: ""
- *CloseUI: *OptionEnvelope1
-
- *OpenUI *OptionHardDrive1/Hard drive: Boolean
- *DefaultOptionHardDrive1: False
- *OptionHardDrive1 True/Installed: ""
- *OptionHardDrive1 False/Not installed: ""
- *CloseUI: *OptionHardDrive1
-
- *OpenUI *OptionDuplexUnit/Duplex unit: Boolean
- *DefaultOptionDuplexUnit: False
- *OptionDuplexUnit True/Installed: ""
- *OptionDuplexUnit False/Not installed: ""
- *CloseUI: *OptionDuplexUnit
-
- *OpenUI *OptionFlash1/Flash: Boolean
- *DefaultOptionFlash1: False
- *OptionFlash1 True/Installed: ""
- *OptionFlash1 False/Not installed: ""
- *CloseUI: *OptionFlash1
-
- *OpenUI *OptionFinisher1/2000-sheet finisher: Boolean
- *DefaultOptionFinisher1: False
- *OptionFinisher1 True/Installed: ""
- *OptionFinisher1 False/Not installed: ""
- *CloseUI: *OptionFinisher1
-
- *OpenUI *OptionFaceUpTray/Face-Up: Boolean
- *DefaultOptionFaceUpTray: False
- *OptionFaceUpTray True/Installed: ""
- *OptionFaceUpTray False/Not installed: ""
- *CloseUI: *OptionFaceUpTray
-
-
- *%
- *OpenUI *InstalledMemory/Memory: PickOne
- *DefaultInstalledMemory: 16Meg
- *InstalledMemory 16Meg/16 MB: ""
- *InstalledMemory 20Meg/20 MB: ""
- *InstalledMemory 24Meg/24 MB: ""
- *InstalledMemory 28Meg/28 MB: ""
- *InstalledMemory 32Meg/32 MB: ""
- *InstalledMemory 36Meg/36 MB: ""
- *InstalledMemory 40Meg/40 MB: ""
- *InstalledMemory 44Meg/44 MB: ""
- *InstalledMemory 48Meg/48 MB: ""
- *InstalledMemory 52Meg/52 MB: ""
- *InstalledMemory 64Meg/64 MB: ""
-
- *?InstalledMemory: "save
- currentsystemparams /RamSize get
- 1048576 div round cvi dup 0 lt {pop 0} if
- [
- [(64Meg) 64]
- [(52Meg) 52]
- [(44Meg) 44]
- [(48Meg) 48]
- [(40Meg) 40]
- [(36Meg) 36]
- [(32Meg) 32]
- [(28Meg) 28]
- [(24Meg) 24]
- [(20Meg) 20]
- [(16Meg) 16]
- ]
- {aload pop 2 index le {exit}{pop} ifelse} forall
- = flush pop
- restore"
- *End
- *CloseUI: *InstalledMemory
-
- *CloseGroup: InstallableOptions
-
-
-
- *% ==== Duplexing can't be selected if Duplexer not installed
-
- *UIConstraints: *OptionDuplexUnit False *Duplex
- *UIConstraints: *Duplex *OptionDuplexUnit False
-
-
- *% ==== Cant have OptionFinisher1 if OptionHCF not installed
- *%
-
- *UIConstraints: *OptionFinisher1 True *OptionHCF False
- *UIConstraints: *OptionHCF False *OptionFinisher1 True
-
-
- *% ==== Input trays 3/4/5 can't be selected if HCF is not installed
- *%
-
- *UIConstraints: *OptionHCF False *InputSlot Tray3
- *UIConstraints: *OptionHCF False *InputSlot Tray4
- *UIConstraints: *OptionHCF False *InputSlot Tray5
-
- *UIConstraints: *InputSlot Tray3 *OptionHCF False
- *UIConstraints: *InputSlot Tray4 *OptionHCF False
- *UIConstraints: *InputSlot Tray5 *OptionHCF False
-
-
- *% ==== Input Envelope tray can't be selected if Envelope feeder
- *% ==== not installed
- *%
-
- *UIConstraints: *OptionEnvelope1 False *InputSlot Envelope
-
- *UIConstraints: *InputSlot Envelope *OptionEnvelope1 False
-
-
- *% ==== Input multi-purpose tray can't be selected if Envelope feeder
- *% ==== is installed
- *%
-
- *UIConstraints: *OptionEnvelope1 True *InputSlot MPT
-
- *UIConstraints: *InputSlot MPT *OptionEnvelope1 True
-
-
- *% ==== Face up cant be selected if option not installed ====
- *%
-
- *UIConstraints: *OptionFaceUpTray False *OutputBin Face-Up
- *UIConstraints: *OutputBin Face-Up *OptionFaceUpTray False
-
-
- *% If Finisher not installed, can't staple.
- *%
-
- *UIConstraints: *OptionFinisher1 False *IBStaple
- *UIConstraints: *IBStaple *OptionFinisher1 False
-
-
- *% Can only staple if finisher tray is selected.
- *%
- *UIConstraints: *IBStaple *OutputBin Main
- *UIConstraints: *OutputBin Main *IBStaple
- *UIConstraints: *IBStaple *OutputBin Face-Up
- *UIConstraints: *OutputBin Face-Up *IBStaple
-
-
- *% Can not staple hagaki, or any envelope
- *%
- *UIConstraints: *IBStaple *PageSize Hagaki
- *UIConstraints: *IBStaple *PageSize Env10
- *UIConstraints: *IBStaple *PageSize EnvC5
- *UIConstraints: *IBStaple *PageSize EnvDL
- *UIConstraints: *IBStaple *PageSize EnvMonarch
- *UIConstraints: *IBStaple *PageSize HagakiEdge
- *UIConstraints: *IBStaple *PageSize Env10Edge
- *UIConstraints: *IBStaple *PageSize EnvC5Edge
- *UIConstraints: *IBStaple *PageSize EnvDLEdge
- *UIConstraints: *IBStaple *PageSize EnvMonarchEdge
- *UIConstraints: *IBStaple *PageSize EnvUniversal
- *UIConstraints: *IBStaple *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageSize Hagaki *IBStaple
- *UIConstraints: *PageSize Env10 *IBStaple
- *UIConstraints: *PageSize EnvC5 *IBStaple
- *UIConstraints: *PageSize EnvDL *IBStaple
- *UIConstraints: *PageSize EnvMonarch *IBStaple
- *UIConstraints: *PageSize HagakiEdge *IBStaple
- *UIConstraints: *PageSize Env10Edge *IBStaple
- *UIConstraints: *PageSize EnvC5Edge *IBStaple
- *UIConstraints: *PageSize EnvDLEdge *IBStaple
- *UIConstraints: *PageSize EnvMonarchEdge *IBStaple
- *UIConstraints: *PageSize EnvUniversal *IBStaple
- *UIConstraints: *PageSize EnvUniversalEdge *IBStaple
-
- *UIConstraints: *IBStaple *PageRegion Hagaki
- *UIConstraints: *IBStaple *PageRegion Env10
- *UIConstraints: *IBStaple *PageRegion EnvC5
- *UIConstraints: *IBStaple *PageRegion EnvDL
- *UIConstraints: *IBStaple *PageRegion EnvMonarch
- *UIConstraints: *IBStaple *PageRegion HagakiEdge
- *UIConstraints: *IBStaple *PageRegion Env10Edge
- *UIConstraints: *IBStaple *PageRegion EnvC5Edge
- *UIConstraints: *IBStaple *PageRegion EnvDLEdge
- *UIConstraints: *IBStaple *PageRegion EnvMonarchEdge
- *UIConstraints: *IBStaple *PageRegion EnvUniversal
- *UIConstraints: *IBStaple *PageRegion EnvUniversalEdge
-
- *UIConstraints: *PageRegion Hagaki *IBStaple
- *UIConstraints: *PageRegion Env10 *IBStaple
- *UIConstraints: *PageRegion EnvC5 *IBStaple
- *UIConstraints: *PageRegion EnvDL *IBStaple
- *UIConstraints: *PageRegion EnvMonarch *IBStaple
- *UIConstraints: *PageRegion HagakiEdge *IBStaple
- *UIConstraints: *PageRegion Env10Edge *IBStaple
- *UIConstraints: *PageRegion EnvC5Edge *IBStaple
- *UIConstraints: *PageRegion EnvDLEdge *IBStaple
- *UIConstraints: *PageRegion EnvMonarchEdge *IBStaple
- *UIConstraints: *PageRegion EnvUniversal *IBStaple
- *UIConstraints: *PageRegion EnvUniversalEdge *IBStaple
-
-
- *% Can't jog and staple at the same time.
- *%
- *UIConstraints: *Jog *IBStaple
- *UIConstraints: *IBStaple *Jog
-
-
- *% If Finisher not installed, finisher trays unavailable.
- *%
- *UIConstraints: *OptionFinisher1 False *OutputBin BinUpperFD
- *UIConstraints: *OptionFinisher1 False *OutputBin BinMiddleFD
- *UIConstraints: *OptionFinisher1 False *OutputBin BinLowerFD
- *UIConstraints: *OptionFinisher1 False *OutputBin BinContinue
-
- *UIConstraints: *OutputBin BinUpperFD *OptionFinisher1 False
- *UIConstraints: *OutputBin BinMiddleFD *OptionFinisher1 False
- *UIConstraints: *OutputBin BinLowerFD *OptionFinisher1 False
- *UIConstraints: *OutputBin BinContinue *OptionFinisher1 False
-
-
- *% can't pick any non-envelope size from aux tray.
- *%
- *UIConstraints: *PageSize EnvUniversal *InputSlot MPT
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot MPT
- *UIConstraints: *InputSlot MPT *PageSize EnvUniversal
- *UIConstraints: *InputSlot MPT *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion EnvUniversal *InputSlot MPT
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot MPT
- *UIConstraints: *InputSlot MPT *PageRegion EnvUniversal
- *UIConstraints: *InputSlot MPT *PageRegion EnvUniversalEdge
-
-
- *% can't pick any non-envelope size from env feeder.
- *%
- *UIConstraints: *PageSize Letter *InputSlot Envelope
- *UIConstraints: *PageSize LetterEdge *InputSlot Envelope
- *UIConstraints: *PageSize Legal *InputSlot Envelope
- *UIConstraints: *PageSize LegalEdge *InputSlot Envelope
- *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Envelope
- *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Envelope
- *UIConstraints: *PageSize Tabloid *InputSlot Envelope
- *UIConstraints: *PageSize TabloidEdge *InputSlot Envelope
- *UIConstraints: *PageSize A4 *InputSlot Envelope
- *UIConstraints: *PageSize A4Edge *InputSlot Envelope
- *UIConstraints: *PageSize B4 *InputSlot Envelope
- *UIConstraints: *PageSize B4Edge *InputSlot Envelope
- *UIConstraints: *PageSize B5 *InputSlot Envelope
- *UIConstraints: *PageSize B5Edge *InputSlot Envelope
- *UIConstraints: *PageSize A5 *InputSlot Envelope
- *UIConstraints: *PageSize A5Edge *InputSlot Envelope
- *UIConstraints: *PageSize A3 *InputSlot Envelope
- *UIConstraints: *PageSize A3Edge *InputSlot Envelope
- *UIConstraints: *PageSize Executive *InputSlot Envelope
- *UIConstraints: *PageSize ExecutiveEdge *InputSlot Envelope
- *UIConstraints: *PageSize Statement *InputSlot Envelope
- *UIConstraints: *PageSize StatementEdge *InputSlot Envelope
- *UIConstraints: *PageSize Hagaki *InputSlot Envelope
- *UIConstraints: *PageSize HagakiEdge *InputSlot Envelope
- *UIConstraints: *PageSize Universal *InputSlot Envelope
- *UIConstraints: *PageSize UniversalEdge *InputSlot Envelope
-
- *UIConstraints: *InputSlot Envelope *PageSize Letter
- *UIConstraints: *InputSlot Envelope *PageSize LetterEdge
- *UIConstraints: *InputSlot Envelope *PageSize Legal
- *UIConstraints: *InputSlot Envelope *PageSize LegalEdge
- *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegal
- *UIConstraints: *InputSlot Envelope *PageSize FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Envelope *PageSize Tabloid
- *UIConstraints: *InputSlot Envelope *PageSize TabloidEdge
- *UIConstraints: *InputSlot Envelope *PageSize A4
- *UIConstraints: *InputSlot Envelope *PageSize A4Edge
- *UIConstraints: *InputSlot Envelope *PageSize B4
- *UIConstraints: *InputSlot Envelope *PageSize B4Edge
- *UIConstraints: *InputSlot Envelope *PageSize B5
- *UIConstraints: *InputSlot Envelope *PageSize B5Edge
- *UIConstraints: *InputSlot Envelope *PageSize A5
- *UIConstraints: *InputSlot Envelope *PageSize A5Edge
- *UIConstraints: *InputSlot Envelope *PageSize A3
- *UIConstraints: *InputSlot Envelope *PageSize A3Edge
- *UIConstraints: *InputSlot Envelope *PageSize Executive
- *UIConstraints: *InputSlot Envelope *PageSize ExecutiveEdge
- *UIConstraints: *InputSlot Envelope *PageSize Statement
- *UIConstraints: *InputSlot Envelope *PageSize StatementEdge
- *UIConstraints: *InputSlot Envelope *PageSize Hagaki
- *UIConstraints: *InputSlot Envelope *PageSize HagakiEdge
- *UIConstraints: *InputSlot Envelope *PageSize Universal
- *UIConstraints: *InputSlot Envelope *PageSize UniversalEdge
-
- *UIConstraints: *PageRegion Letter *InputSlot Envelope
- *UIConstraints: *PageRegion LetterEdge *InputSlot Envelope
- *UIConstraints: *PageRegion Legal *InputSlot Envelope
- *UIConstraints: *PageRegion LegalEdge *InputSlot Envelope
- *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Envelope
- *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Envelope
- *UIConstraints: *PageRegion Tabloid *InputSlot Envelope
- *UIConstraints: *PageRegion TabloidEdge *InputSlot Envelope
- *UIConstraints: *PageRegion A4 *InputSlot Envelope
- *UIConstraints: *PageRegion A4Edge *InputSlot Envelope
- *UIConstraints: *PageRegion B4 *InputSlot Envelope
- *UIConstraints: *PageRegion B4Edge *InputSlot Envelope
- *UIConstraints: *PageRegion B5 *InputSlot Envelope
- *UIConstraints: *PageRegion B5Edge *InputSlot Envelope
- *UIConstraints: *PageRegion A5 *InputSlot Envelope
- *UIConstraints: *PageRegion A5Edge *InputSlot Envelope
- *UIConstraints: *PageRegion A3 *InputSlot Envelope
- *UIConstraints: *PageRegion A3Edge *InputSlot Envelope
- *UIConstraints: *PageRegion Executive *InputSlot Envelope
- *UIConstraints: *PageRegion ExecutiveEdge *InputSlot Envelope
- *UIConstraints: *PageRegion Statement *InputSlot Envelope
- *UIConstraints: *PageRegion StatementEdge *InputSlot Envelope
- *UIConstraints: *PageRegion Hagaki *InputSlot Envelope
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Envelope
- *UIConstraints: *PageRegion Universal *InputSlot Envelope
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Envelope
-
- *UIConstraints: *InputSlot Envelope *PageRegion Letter
- *UIConstraints: *InputSlot Envelope *PageRegion LetterEdge
- *UIConstraints: *InputSlot Envelope *PageRegion Legal
- *UIConstraints: *InputSlot Envelope *PageRegion LegalEdge
- *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegal
- *UIConstraints: *InputSlot Envelope *PageRegion FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Envelope *PageRegion Tabloid
- *UIConstraints: *InputSlot Envelope *PageRegion TabloidEdge
- *UIConstraints: *InputSlot Envelope *PageRegion A4
- *UIConstraints: *InputSlot Envelope *PageRegion A4Edge
- *UIConstraints: *InputSlot Envelope *PageRegion B4
- *UIConstraints: *InputSlot Envelope *PageRegion B4Edge
- *UIConstraints: *InputSlot Envelope *PageRegion B5
- *UIConstraints: *InputSlot Envelope *PageRegion B5Edge
- *UIConstraints: *InputSlot Envelope *PageRegion A5
- *UIConstraints: *InputSlot Envelope *PageRegion A5Edge
- *UIConstraints: *InputSlot Envelope *PageRegion A3
- *UIConstraints: *InputSlot Envelope *PageRegion A3Edge
- *UIConstraints: *InputSlot Envelope *PageRegion Executive
- *UIConstraints: *InputSlot Envelope *PageRegion ExecutiveEdge
- *UIConstraints: *InputSlot Envelope *PageRegion Statement
- *UIConstraints: *InputSlot Envelope *PageRegion StatementEdge
- *UIConstraints: *InputSlot Envelope *PageRegion Hagaki
- *UIConstraints: *InputSlot Envelope *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Envelope *PageRegion Universal
- *UIConstraints: *InputSlot Envelope *PageRegion UniversalEdge
-
-
- *% can't pick some sizes from Tray 1.
- *%
- *UIConstraints: *PageSize Hagaki *InputSlot Tray1
- *UIConstraints: *PageSize HagakiEdge *InputSlot Tray1
- *UIConstraints: *PageSize EnvMonarch *InputSlot Tray1
- *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray1
- *UIConstraints: *PageSize Env10 *InputSlot Tray1
- *UIConstraints: *PageSize Env10Edge *InputSlot Tray1
- *UIConstraints: *PageSize EnvC5 *InputSlot Tray1
- *UIConstraints: *PageSize EnvC5Edge *InputSlot Tray1
- *UIConstraints: *PageSize EnvDL *InputSlot Tray1
- *UIConstraints: *PageSize EnvDLEdge *InputSlot Tray1
- *UIConstraints: *PageSize Universal *InputSlot Tray1
- *UIConstraints: *PageSize UniversalEdge *InputSlot Tray1
- *UIConstraints: *PageSize EnvUniversal *InputSlot Tray1
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray1
-
- *UIConstraints: *InputSlot Tray1 *PageSize Hagaki
- *UIConstraints: *InputSlot Tray1 *PageSize HagakiEdge
- *UIConstraints: *InputSlot Tray1 *PageSize EnvMonarch
- *UIConstraints: *InputSlot Tray1 *PageSize EnvMonarchEdge
- *UIConstraints: *InputSlot Tray1 *PageSize Env10
- *UIConstraints: *InputSlot Tray1 *PageSize Env10Edge
- *UIConstraints: *InputSlot Tray1 *PageSize EnvC5
- *UIConstraints: *InputSlot Tray1 *PageSize EnvC5Edge
- *UIConstraints: *InputSlot Tray1 *PageSize EnvDL
- *UIConstraints: *InputSlot Tray1 *PageSize EnvDLEdge
- *UIConstraints: *InputSlot Tray1 *PageSize Universal
- *UIConstraints: *InputSlot Tray1 *PageSize UniversalEdge
- *UIConstraints: *InputSlot Tray1 *PageSize EnvUniversal
- *UIConstraints: *InputSlot Tray1 *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion Hagaki *InputSlot Tray1
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Tray1
- *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray1
- *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray1
- *UIConstraints: *PageRegion Env10 *InputSlot Tray1
- *UIConstraints: *PageRegion Env10Edge *InputSlot Tray1
- *UIConstraints: *PageRegion EnvC5 *InputSlot Tray1
- *UIConstraints: *PageRegion EnvC5Edge *InputSlot Tray1
- *UIConstraints: *PageRegion EnvDL *InputSlot Tray1
- *UIConstraints: *PageRegion EnvDLEdge *InputSlot Tray1
- *UIConstraints: *PageRegion Universal *InputSlot Tray1
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Tray1
- *UIConstraints: *PageRegion EnvUniversal *InputSlot Tray1
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray1
-
- *UIConstraints: *InputSlot Tray1 *PageRegion Hagaki
- *UIConstraints: *InputSlot Tray1 *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvMonarch
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvMonarchEdge
- *UIConstraints: *InputSlot Tray1 *PageRegion Env10
- *UIConstraints: *InputSlot Tray1 *PageRegion Env10Edge
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvC5
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvC5Edge
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvDL
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvDLEdge
- *UIConstraints: *InputSlot Tray1 *PageRegion Universal
- *UIConstraints: *InputSlot Tray1 *PageRegion UniversalEdge
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvUniversal
- *UIConstraints: *InputSlot Tray1 *PageRegion EnvUniversalEdge
-
-
- *% can't pick some sizes from Tray 2.
- *%
- *UIConstraints: *PageSize A5 *InputSlot Tray2
- *UIConstraints: *PageSize A5Edge *InputSlot Tray2
- *UIConstraints: *PageSize Statement *InputSlot Tray2
- *UIConstraints: *PageSize StatementEdge *InputSlot Tray2
- *UIConstraints: *PageSize Hagaki *InputSlot Tray2
- *UIConstraints: *PageSize HagakiEdge *InputSlot Tray2
- *UIConstraints: *PageSize EnvMonarch *InputSlot Tray2
- *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray2
- *UIConstraints: *PageSize Env10 *InputSlot Tray2
- *UIConstraints: *PageSize Env10Edge *InputSlot Tray2
- *UIConstraints: *PageSize EnvC5 *InputSlot Tray2
- *UIConstraints: *PageSize EnvC5Edge *InputSlot Tray2
- *UIConstraints: *PageSize EnvDL *InputSlot Tray2
- *UIConstraints: *PageSize EnvDLEdge *InputSlot Tray2
- *UIConstraints: *PageSize Universal *InputSlot Tray2
- *UIConstraints: *PageSize UniversalEdge *InputSlot Tray2
- *UIConstraints: *PageSize EnvUniversal *InputSlot Tray2
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray2
-
- *UIConstraints: *InputSlot Tray2 *PageSize A5
- *UIConstraints: *InputSlot Tray2 *PageSize A5Edge
- *UIConstraints: *InputSlot Tray2 *PageSize Statement
- *UIConstraints: *InputSlot Tray2 *PageSize StatementEdge
- *UIConstraints: *InputSlot Tray2 *PageSize Hagaki
- *UIConstraints: *InputSlot Tray2 *PageSize HagakiEdge
- *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarch
- *UIConstraints: *InputSlot Tray2 *PageSize EnvMonarchEdge
- *UIConstraints: *InputSlot Tray2 *PageSize Env10
- *UIConstraints: *InputSlot Tray2 *PageSize Env10Edge
- *UIConstraints: *InputSlot Tray2 *PageSize EnvC5
- *UIConstraints: *InputSlot Tray2 *PageSize EnvC5Edge
- *UIConstraints: *InputSlot Tray2 *PageSize EnvDL
- *UIConstraints: *InputSlot Tray2 *PageSize EnvDLEdge
- *UIConstraints: *InputSlot Tray2 *PageSize Universal
- *UIConstraints: *InputSlot Tray2 *PageSize UniversalEdge
- *UIConstraints: *InputSlot Tray2 *PageSize EnvUniversal
- *UIConstraints: *InputSlot Tray2 *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion A5 *InputSlot Tray2
- *UIConstraints: *PageRegion A5Edge *InputSlot Tray2
- *UIConstraints: *PageRegion Statement *InputSlot Tray2
- *UIConstraints: *PageRegion StatementEdge *InputSlot Tray2
- *UIConstraints: *PageRegion Hagaki *InputSlot Tray2
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Tray2
- *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray2
- *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray2
- *UIConstraints: *PageRegion Env10 *InputSlot Tray2
- *UIConstraints: *PageRegion Env10Edge *InputSlot Tray2
- *UIConstraints: *PageRegion EnvC5 *InputSlot Tray2
- *UIConstraints: *PageRegion EnvC5Edge *InputSlot Tray2
- *UIConstraints: *PageRegion EnvDL *InputSlot Tray2
- *UIConstraints: *PageRegion EnvDLEdge *InputSlot Tray2
- *UIConstraints: *PageRegion Universal *InputSlot Tray2
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Tray2
- *UIConstraints: *PageRegion EnvUniversal *InputSlot Tray2
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray2
-
- *UIConstraints: *InputSlot Tray2 *PageRegion A5
- *UIConstraints: *InputSlot Tray2 *PageRegion A5Edge
- *UIConstraints: *InputSlot Tray2 *PageRegion Statement
- *UIConstraints: *InputSlot Tray2 *PageRegion StatementEdge
- *UIConstraints: *InputSlot Tray2 *PageRegion Hagaki
- *UIConstraints: *InputSlot Tray2 *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarch
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvMonarchEdge
- *UIConstraints: *InputSlot Tray2 *PageRegion Env10
- *UIConstraints: *InputSlot Tray2 *PageRegion Env10Edge
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvC5
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvC5Edge
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvDL
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvDLEdge
- *UIConstraints: *InputSlot Tray2 *PageRegion Universal
- *UIConstraints: *InputSlot Tray2 *PageRegion UniversalEdge
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvUniversal
- *UIConstraints: *InputSlot Tray2 *PageRegion EnvUniversalEdge
-
-
- *% can't pick some sizes from Tray 3.
- *%
- *UIConstraints: *PageSize A5 *InputSlot Tray3
- *UIConstraints: *PageSize A5Edge *InputSlot Tray3
- *UIConstraints: *PageSize Statement *InputSlot Tray3
- *UIConstraints: *PageSize StatementEdge *InputSlot Tray3
- *UIConstraints: *PageSize Hagaki *InputSlot Tray3
- *UIConstraints: *PageSize HagakiEdge *InputSlot Tray3
- *UIConstraints: *PageSize EnvMonarch *InputSlot Tray3
- *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray3
- *UIConstraints: *PageSize Env10 *InputSlot Tray3
- *UIConstraints: *PageSize Env10Edge *InputSlot Tray3
- *UIConstraints: *PageSize EnvC5 *InputSlot Tray3
- *UIConstraints: *PageSize EnvC5Edge *InputSlot Tray3
- *UIConstraints: *PageSize EnvDL *InputSlot Tray3
- *UIConstraints: *PageSize EnvDLEdge *InputSlot Tray3
- *UIConstraints: *PageSize Universal *InputSlot Tray3
- *UIConstraints: *PageSize UniversalEdge *InputSlot Tray3
- *UIConstraints: *PageSize EnvUniversal *InputSlot Tray3
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray3
-
- *UIConstraints: *InputSlot Tray3 *PageSize A5
- *UIConstraints: *InputSlot Tray3 *PageSize A5Edge
- *UIConstraints: *InputSlot Tray3 *PageSize Statement
- *UIConstraints: *InputSlot Tray3 *PageSize StatementEdge
- *UIConstraints: *InputSlot Tray3 *PageSize Hagaki
- *UIConstraints: *InputSlot Tray3 *PageSize HagakiEdge
- *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarch
- *UIConstraints: *InputSlot Tray3 *PageSize EnvMonarchEdge
- *UIConstraints: *InputSlot Tray3 *PageSize Env10
- *UIConstraints: *InputSlot Tray3 *PageSize Env10Edge
- *UIConstraints: *InputSlot Tray3 *PageSize EnvC5
- *UIConstraints: *InputSlot Tray3 *PageSize EnvC5Edge
- *UIConstraints: *InputSlot Tray3 *PageSize EnvDL
- *UIConstraints: *InputSlot Tray3 *PageSize EnvDLEdge
- *UIConstraints: *InputSlot Tray3 *PageSize Universal
- *UIConstraints: *InputSlot Tray3 *PageSize UniversalEdge
- *UIConstraints: *InputSlot Tray3 *PageSize EnvUniversal
- *UIConstraints: *InputSlot Tray3 *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion A5 *InputSlot Tray3
- *UIConstraints: *PageRegion A5Edge *InputSlot Tray3
- *UIConstraints: *PageRegion Statement *InputSlot Tray3
- *UIConstraints: *PageRegion StatementEdge *InputSlot Tray3
- *UIConstraints: *PageRegion Hagaki *InputSlot Tray3
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Tray3
- *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray3
- *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray3
- *UIConstraints: *PageRegion Env10 *InputSlot Tray3
- *UIConstraints: *PageRegion Env10Edge *InputSlot Tray3
- *UIConstraints: *PageRegion EnvC5 *InputSlot Tray3
- *UIConstraints: *PageRegion EnvC5Edge *InputSlot Tray3
- *UIConstraints: *PageRegion EnvDL *InputSlot Tray3
- *UIConstraints: *PageRegion EnvDLEdge *InputSlot Tray3
- *UIConstraints: *PageRegion Universal *InputSlot Tray3
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Tray3
- *UIConstraints: *PageRegion EnvUniversal *InputSlot Tray3
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray3
-
- *UIConstraints: *InputSlot Tray3 *PageRegion A5
- *UIConstraints: *InputSlot Tray3 *PageRegion A5Edge
- *UIConstraints: *InputSlot Tray3 *PageRegion Statement
- *UIConstraints: *InputSlot Tray3 *PageRegion StatementEdge
- *UIConstraints: *InputSlot Tray3 *PageRegion Hagaki
- *UIConstraints: *InputSlot Tray3 *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarch
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvMonarchEdge
- *UIConstraints: *InputSlot Tray3 *PageRegion Env10
- *UIConstraints: *InputSlot Tray3 *PageRegion Env10Edge
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvC5Edge
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvDL
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvDLEdge
- *UIConstraints: *InputSlot Tray3 *PageRegion Universal
- *UIConstraints: *InputSlot Tray3 *PageRegion UniversalEdge
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvUniversal
- *UIConstraints: *InputSlot Tray3 *PageRegion EnvUniversalEdge
-
-
- *% can't pick some sizes from Tray 4.
- *%
- *UIConstraints: *PageSize Legal *InputSlot Tray4
- *UIConstraints: *PageSize LegalEdge *InputSlot Tray4
- *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Tray4
- *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray4
- *UIConstraints: *PageSize Tabloid *InputSlot Tray4
- *UIConstraints: *PageSize TabloidEdge *InputSlot Tray4
- *UIConstraints: *PageSize B4 *InputSlot Tray4
- *UIConstraints: *PageSize B4Edge *InputSlot Tray4
- *UIConstraints: *PageSize A3 *InputSlot Tray4
- *UIConstraints: *PageSize A3Edge *InputSlot Tray4
- *UIConstraints: *PageSize A5 *InputSlot Tray4
- *UIConstraints: *PageSize A5Edge *InputSlot Tray4
- *UIConstraints: *PageSize Statement *InputSlot Tray4
- *UIConstraints: *PageSize StatementEdge *InputSlot Tray4
- *UIConstraints: *PageSize Hagaki *InputSlot Tray4
- *UIConstraints: *PageSize HagakiEdge *InputSlot Tray4
- *UIConstraints: *PageSize EnvMonarch *InputSlot Tray4
- *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray4
- *UIConstraints: *PageSize Env10 *InputSlot Tray4
- *UIConstraints: *PageSize Env10Edge *InputSlot Tray4
- *UIConstraints: *PageSize EnvC5 *InputSlot Tray4
- *UIConstraints: *PageSize EnvC5Edge *InputSlot Tray4
- *UIConstraints: *PageSize EnvDL *InputSlot Tray4
- *UIConstraints: *PageSize EnvDLEdge *InputSlot Tray4
- *UIConstraints: *PageSize Universal *InputSlot Tray4
- *UIConstraints: *PageSize UniversalEdge *InputSlot Tray4
- *UIConstraints: *PageSize EnvUniversal *InputSlot Tray4
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray4
-
- *UIConstraints: *InputSlot Tray4 *PageSize Legal
- *UIConstraints: *InputSlot Tray4 *PageSize LegalEdge
- *UIConstraints: *InputSlot Tray4 *PageSize FanFoldGermanLegal
- *UIConstraints: *InputSlot Tray4 *PageSize FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Tray4 *PageSize Tabloid
- *UIConstraints: *InputSlot Tray4 *PageSize TabloidEdge
- *UIConstraints: *InputSlot Tray4 *PageSize B4
- *UIConstraints: *InputSlot Tray4 *PageSize B4Edge
- *UIConstraints: *InputSlot Tray4 *PageSize A3
- *UIConstraints: *InputSlot Tray4 *PageSize A3Edge
- *UIConstraints: *InputSlot Tray4 *PageSize A5
- *UIConstraints: *InputSlot Tray4 *PageSize A5Edge
- *UIConstraints: *InputSlot Tray4 *PageSize Statement
- *UIConstraints: *InputSlot Tray4 *PageSize StatementEdge
- *UIConstraints: *InputSlot Tray4 *PageSize Hagaki
- *UIConstraints: *InputSlot Tray4 *PageSize HagakiEdge
- *UIConstraints: *InputSlot Tray4 *PageSize EnvMonarch
- *UIConstraints: *InputSlot Tray4 *PageSize EnvMonarchEdge
- *UIConstraints: *InputSlot Tray4 *PageSize Env10
- *UIConstraints: *InputSlot Tray4 *PageSize Env10Edge
- *UIConstraints: *InputSlot Tray4 *PageSize EnvC5
- *UIConstraints: *InputSlot Tray4 *PageSize EnvC5Edge
- *UIConstraints: *InputSlot Tray4 *PageSize EnvDL
- *UIConstraints: *InputSlot Tray4 *PageSize EnvDLEdge
- *UIConstraints: *InputSlot Tray4 *PageSize Universal
- *UIConstraints: *InputSlot Tray4 *PageSize UniversalEdge
- *UIConstraints: *InputSlot Tray4 *PageSize EnvUniversal
- *UIConstraints: *InputSlot Tray4 *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion Legal *InputSlot Tray4
- *UIConstraints: *PageRegion LegalEdge *InputSlot Tray4
- *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Tray4
- *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray4
- *UIConstraints: *PageRegion Tabloid *InputSlot Tray4
- *UIConstraints: *PageRegion TabloidEdge *InputSlot Tray4
- *UIConstraints: *PageRegion B4 *InputSlot Tray4
- *UIConstraints: *PageRegion B4Edge *InputSlot Tray4
- *UIConstraints: *PageRegion A3 *InputSlot Tray4
- *UIConstraints: *PageRegion A3Edge *InputSlot Tray4
- *UIConstraints: *PageRegion A5 *InputSlot Tray4
- *UIConstraints: *PageRegion A5Edge *InputSlot Tray4
- *UIConstraints: *PageRegion Statement *InputSlot Tray4
- *UIConstraints: *PageRegion StatementEdge *InputSlot Tray4
- *UIConstraints: *PageRegion Hagaki *InputSlot Tray4
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Tray4
- *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray4
- *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray4
- *UIConstraints: *PageRegion Env10 *InputSlot Tray4
- *UIConstraints: *PageRegion Env10Edge *InputSlot Tray4
- *UIConstraints: *PageRegion EnvC5 *InputSlot Tray4
- *UIConstraints: *PageRegion EnvC5Edge *InputSlot Tray4
- *UIConstraints: *PageRegion EnvDL *InputSlot Tray4
- *UIConstraints: *PageRegion EnvDLEdge *InputSlot Tray4
- *UIConstraints: *PageRegion Universal *InputSlot Tray4
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Tray4
- *UIConstraints: *PageRegion EnvUniversal *InputSlot Tray4
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray4
-
- *UIConstraints: *InputSlot Tray4 *PageRegion Legal
- *UIConstraints: *InputSlot Tray4 *PageRegion LegalEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion FanFoldGermanLegal
- *UIConstraints: *InputSlot Tray4 *PageRegion FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion Tabloid
- *UIConstraints: *InputSlot Tray4 *PageRegion TabloidEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion B4
- *UIConstraints: *InputSlot Tray4 *PageRegion B4Edge
- *UIConstraints: *InputSlot Tray4 *PageRegion A3
- *UIConstraints: *InputSlot Tray4 *PageRegion A3Edge
- *UIConstraints: *InputSlot Tray4 *PageRegion A5
- *UIConstraints: *InputSlot Tray4 *PageRegion A5Edge
- *UIConstraints: *InputSlot Tray4 *PageRegion Statement
- *UIConstraints: *InputSlot Tray4 *PageRegion StatementEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion Hagaki
- *UIConstraints: *InputSlot Tray4 *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvMonarch
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvMonarchEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion Env10
- *UIConstraints: *InputSlot Tray4 *PageRegion Env10Edge
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvC5
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvC5Edge
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvDL
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvDLEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion Universal
- *UIConstraints: *InputSlot Tray4 *PageRegion UniversalEdge
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvUniversal
- *UIConstraints: *InputSlot Tray4 *PageRegion EnvUniversalEdge
-
-
- *% can't pick some sizes from Tray 5.
- *%
- *UIConstraints: *PageSize Legal *InputSlot Tray5
- *UIConstraints: *PageSize LegalEdge *InputSlot Tray5
- *UIConstraints: *PageSize FanFoldGermanLegal *InputSlot Tray5
- *UIConstraints: *PageSize FanFoldGermanLegalEdge *InputSlot Tray5
- *UIConstraints: *PageSize Tabloid *InputSlot Tray5
- *UIConstraints: *PageSize TabloidEdge *InputSlot Tray5
- *UIConstraints: *PageSize B4 *InputSlot Tray5
- *UIConstraints: *PageSize B4Edge *InputSlot Tray5
- *UIConstraints: *PageSize A3 *InputSlot Tray5
- *UIConstraints: *PageSize A3Edge *InputSlot Tray5
- *UIConstraints: *PageSize A5 *InputSlot Tray5
- *UIConstraints: *PageSize A5Edge *InputSlot Tray5
- *UIConstraints: *PageSize Statement *InputSlot Tray5
- *UIConstraints: *PageSize StatementEdge *InputSlot Tray5
- *UIConstraints: *PageSize Hagaki *InputSlot Tray5
- *UIConstraints: *PageSize HagakiEdge *InputSlot Tray5
- *UIConstraints: *PageSize EnvMonarch *InputSlot Tray5
- *UIConstraints: *PageSize EnvMonarchEdge *InputSlot Tray5
- *UIConstraints: *PageSize Env10 *InputSlot Tray5
- *UIConstraints: *PageSize Env10Edge *InputSlot Tray5
- *UIConstraints: *PageSize EnvC5 *InputSlot Tray5
- *UIConstraints: *PageSize EnvC5Edge *InputSlot Tray5
- *UIConstraints: *PageSize EnvDL *InputSlot Tray5
- *UIConstraints: *PageSize EnvDLEdge *InputSlot Tray5
- *UIConstraints: *PageSize Universal *InputSlot Tray5
- *UIConstraints: *PageSize UniversalEdge *InputSlot Tray5
- *UIConstraints: *PageSize EnvUniversal *InputSlot Tray5
- *UIConstraints: *PageSize EnvUniversalEdge *InputSlot Tray5
-
- *UIConstraints: *InputSlot Tray5 *PageSize Legal
- *UIConstraints: *InputSlot Tray5 *PageSize LegalEdge
- *UIConstraints: *InputSlot Tray5 *PageSize FanFoldGermanLegal
- *UIConstraints: *InputSlot Tray5 *PageSize FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Tray5 *PageSize Tabloid
- *UIConstraints: *InputSlot Tray5 *PageSize TabloidEdge
- *UIConstraints: *InputSlot Tray5 *PageSize B4
- *UIConstraints: *InputSlot Tray5 *PageSize B4Edge
- *UIConstraints: *InputSlot Tray5 *PageSize A3
- *UIConstraints: *InputSlot Tray5 *PageSize A3Edge
- *UIConstraints: *InputSlot Tray5 *PageSize A5
- *UIConstraints: *InputSlot Tray5 *PageSize A5Edge
- *UIConstraints: *InputSlot Tray5 *PageSize Statement
- *UIConstraints: *InputSlot Tray5 *PageSize StatementEdge
- *UIConstraints: *InputSlot Tray5 *PageSize Hagaki
- *UIConstraints: *InputSlot Tray5 *PageSize HagakiEdge
- *UIConstraints: *InputSlot Tray5 *PageSize EnvMonarch
- *UIConstraints: *InputSlot Tray5 *PageSize EnvMonarchEdge
- *UIConstraints: *InputSlot Tray5 *PageSize Env10
- *UIConstraints: *InputSlot Tray5 *PageSize Env10Edge
- *UIConstraints: *InputSlot Tray5 *PageSize EnvC5
- *UIConstraints: *InputSlot Tray5 *PageSize EnvC5Edge
- *UIConstraints: *InputSlot Tray5 *PageSize EnvDL
- *UIConstraints: *InputSlot Tray5 *PageSize EnvDLEdge
- *UIConstraints: *InputSlot Tray5 *PageSize Universal
- *UIConstraints: *InputSlot Tray5 *PageSize UniversalEdge
- *UIConstraints: *InputSlot Tray5 *PageSize EnvUniversal
- *UIConstraints: *InputSlot Tray5 *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion Legal *InputSlot Tray5
- *UIConstraints: *PageRegion LegalEdge *InputSlot Tray5
- *UIConstraints: *PageRegion FanFoldGermanLegal *InputSlot Tray5
- *UIConstraints: *PageRegion FanFoldGermanLegalEdge *InputSlot Tray5
- *UIConstraints: *PageRegion Tabloid *InputSlot Tray5
- *UIConstraints: *PageRegion TabloidEdge *InputSlot Tray5
- *UIConstraints: *PageRegion B4 *InputSlot Tray5
- *UIConstraints: *PageRegion B4Edge *InputSlot Tray5
- *UIConstraints: *PageRegion A3 *InputSlot Tray5
- *UIConstraints: *PageRegion A3Edge *InputSlot Tray5
- *UIConstraints: *PageRegion A5 *InputSlot Tray5
- *UIConstraints: *PageRegion A5Edge *InputSlot Tray5
- *UIConstraints: *PageRegion Statement *InputSlot Tray5
- *UIConstraints: *PageRegion StatementEdge *InputSlot Tray5
- *UIConstraints: *PageRegion Hagaki *InputSlot Tray5
- *UIConstraints: *PageRegion HagakiEdge *InputSlot Tray5
- *UIConstraints: *PageRegion EnvMonarch *InputSlot Tray5
- *UIConstraints: *PageRegion EnvMonarchEdge *InputSlot Tray5
- *UIConstraints: *PageRegion Env10 *InputSlot Tray5
- *UIConstraints: *PageRegion Env10Edge *InputSlot Tray5
- *UIConstraints: *PageRegion EnvC5 *InputSlot Tray5
- *UIConstraints: *PageRegion EnvC5Edge *InputSlot Tray5
- *UIConstraints: *PageRegion EnvDL *InputSlot Tray5
- *UIConstraints: *PageRegion EnvDLEdge *InputSlot Tray5
- *UIConstraints: *PageRegion Universal *InputSlot Tray5
- *UIConstraints: *PageRegion UniversalEdge *InputSlot Tray5
- *UIConstraints: *PageRegion EnvUniversal *InputSlot Tray5
- *UIConstraints: *PageRegion EnvUniversalEdge *InputSlot Tray5
-
- *UIConstraints: *InputSlot Tray5 *PageRegion Legal
- *UIConstraints: *InputSlot Tray5 *PageRegion LegalEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion FanFoldGermanLegal
- *UIConstraints: *InputSlot Tray5 *PageRegion FanFoldGermanLegalEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion Tabloid
- *UIConstraints: *InputSlot Tray5 *PageRegion TabloidEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion B4
- *UIConstraints: *InputSlot Tray5 *PageRegion B4Edge
- *UIConstraints: *InputSlot Tray5 *PageRegion A3
- *UIConstraints: *InputSlot Tray5 *PageRegion A3Edge
- *UIConstraints: *InputSlot Tray5 *PageRegion A5
- *UIConstraints: *InputSlot Tray5 *PageRegion A5Edge
- *UIConstraints: *InputSlot Tray5 *PageRegion Statement
- *UIConstraints: *InputSlot Tray5 *PageRegion StatementEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion Hagaki
- *UIConstraints: *InputSlot Tray5 *PageRegion HagakiEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvMonarch
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvMonarchEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion Env10
- *UIConstraints: *InputSlot Tray5 *PageRegion Env10Edge
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvC5
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvC5Edge
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvDL
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvDLEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion Universal
- *UIConstraints: *InputSlot Tray5 *PageRegion UniversalEdge
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvUniversal
- *UIConstraints: *InputSlot Tray5 *PageRegion EnvUniversalEdge
-
-
- *% If Hagaki, or any Envelope, can't send to Finisher trays.
- *%
- *UIConstraints: *PageSize Hagaki *OutputBin BinUpperFD
- *UIConstraints: *PageSize Hagaki *OutputBin BinMiddleFD
- *UIConstraints: *PageSize Hagaki *OutputBin BinLowerFD
- *UIConstraints: *PageSize Hagaki *OutputBin BinContinue
- *UIConstraints: *PageSize Env10 *OutputBin BinUpperFD
- *UIConstraints: *PageSize Env10 *OutputBin BinMiddleFD
- *UIConstraints: *PageSize Env10 *OutputBin BinLowerFD
- *UIConstraints: *PageSize Env10 *OutputBin BinContinue
- *UIConstraints: *PageSize EnvC5 *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvC5 *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvC5 *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvC5 *OutputBin BinContinue
- *UIConstraints: *PageSize EnvDL *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvDL *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvDL *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvDL *OutputBin BinContinue
- *UIConstraints: *PageSize EnvMonarch *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvMonarch *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvMonarch *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvMonarch *OutputBin BinContinue
- *UIConstraints: *PageSize HagakiEdge *OutputBin BinUpperFD
- *UIConstraints: *PageSize HagakiEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize HagakiEdge *OutputBin BinLowerFD
- *UIConstraints: *PageSize HagakiEdge *OutputBin BinContinue
- *UIConstraints: *PageSize Env10Edge *OutputBin BinUpperFD
- *UIConstraints: *PageSize Env10Edge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize Env10Edge *OutputBin BinLowerFD
- *UIConstraints: *PageSize Env10Edge *OutputBin BinContinue
- *UIConstraints: *PageSize EnvC5Edge *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvC5Edge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvC5Edge *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvC5Edge *OutputBin BinContinue
- *UIConstraints: *PageSize EnvDLEdge *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvDLEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvDLEdge *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvDLEdge *OutputBin BinContinue
- *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvMonarchEdge *OutputBin BinContinue
- *UIConstraints: *PageSize EnvUniversal *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvUniversal *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvUniversal *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvUniversal *OutputBin BinContinue
- *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinUpperFD
- *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinLowerFD
- *UIConstraints: *PageSize EnvUniversalEdge *OutputBin BinContinue
-
- *UIConstraints: *OutputBin BinUpperFD *PageSize Hagaki
- *UIConstraints: *OutputBin BinMiddleFD *PageSize Hagaki
- *UIConstraints: *OutputBin BinLowerFD *PageSize Hagaki
- *UIConstraints: *OutputBin BinContinue *PageSize Hagaki
- *UIConstraints: *OutputBin BinUpperFD *PageSize Env10
- *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10
- *UIConstraints: *OutputBin BinLowerFD *PageSize Env10
- *UIConstraints: *OutputBin BinContinue *PageSize Env10
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvC5
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvC5
- *UIConstraints: *OutputBin BinContinue *PageSize EnvC5
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvDL
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDL
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvDL
- *UIConstraints: *OutputBin BinContinue *PageSize EnvDL
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvMonarch
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarch
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvMonarch
- *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarch
- *UIConstraints: *OutputBin BinUpperFD *PageSize HagakiEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize HagakiEdge
- *UIConstraints: *OutputBin BinLowerFD *PageSize HagakiEdge
- *UIConstraints: *OutputBin BinContinue *PageSize HagakiEdge
- *UIConstraints: *OutputBin BinUpperFD *PageSize Env10Edge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize Env10Edge
- *UIConstraints: *OutputBin BinLowerFD *PageSize Env10Edge
- *UIConstraints: *OutputBin BinContinue *PageSize Env10Edge
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvC5Edge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvC5Edge
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvC5Edge
- *UIConstraints: *OutputBin BinContinue *PageSize EnvC5Edge
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvDLEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvDLEdge
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvDLEdge
- *UIConstraints: *OutputBin BinContinue *PageSize EnvDLEdge
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvMonarchEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvMonarchEdge
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvMonarchEdge
- *UIConstraints: *OutputBin BinContinue *PageSize EnvMonarchEdge
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvUniversal
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversal
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvUniversal
- *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversal
- *UIConstraints: *OutputBin BinUpperFD *PageSize EnvUniversalEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize EnvUniversalEdge
- *UIConstraints: *OutputBin BinLowerFD *PageSize EnvUniversalEdge
- *UIConstraints: *OutputBin BinContinue *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageRegion Hagaki *OutputBin BinUpperFD
- *UIConstraints: *PageRegion Hagaki *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion Hagaki *OutputBin BinLowerFD
- *UIConstraints: *PageRegion Hagaki *OutputBin BinContinue
- *UIConstraints: *PageRegion Env10 *OutputBin BinUpperFD
- *UIConstraints: *PageRegion Env10 *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion Env10 *OutputBin BinLowerFD
- *UIConstraints: *PageRegion Env10 *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvC5 *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvC5 *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvC5 *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvC5 *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvDL *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvDL *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvDL *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvDL *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvMonarch *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvMonarch *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvMonarch *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvMonarch *OutputBin BinContinue
- *UIConstraints: *PageRegion HagakiEdge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion HagakiEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion HagakiEdge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion HagakiEdge *OutputBin BinContinue
- *UIConstraints: *PageRegion Env10Edge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion Env10Edge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion Env10Edge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion Env10Edge *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvC5Edge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvC5Edge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvC5Edge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvC5Edge *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvDLEdge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvDLEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvDLEdge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvDLEdge *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvMonarchEdge *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvUniversal *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvUniversal *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvUniversal *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvUniversal *OutputBin BinContinue
- *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion EnvUniversalEdge *OutputBin BinContinue
-
- *UIConstraints: *OutputBin BinUpperFD *PageRegion Hagaki
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion Hagaki
- *UIConstraints: *OutputBin BinLowerFD *PageRegion Hagaki
- *UIConstraints: *OutputBin BinContinue *PageRegion Hagaki
- *UIConstraints: *OutputBin BinUpperFD *PageRegion Env10
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10
- *UIConstraints: *OutputBin BinLowerFD *PageRegion Env10
- *UIConstraints: *OutputBin BinContinue *PageRegion Env10
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvC5
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvC5
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvDL
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDL
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvDL
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvDL
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvMonarch
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarch
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvMonarch
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarch
- *UIConstraints: *OutputBin BinUpperFD *PageRegion HagakiEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion HagakiEdge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion HagakiEdge
- *UIConstraints: *OutputBin BinContinue *PageRegion HagakiEdge
- *UIConstraints: *OutputBin BinUpperFD *PageRegion Env10Edge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion Env10Edge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion Env10Edge
- *UIConstraints: *OutputBin BinContinue *PageRegion Env10Edge
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvC5Edge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvC5Edge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvC5Edge
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvC5Edge
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvDLEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvDLEdge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvDLEdge
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvDLEdge
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvMonarchEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvMonarchEdge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvMonarchEdge
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvMonarchEdge
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvUniversal
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversal
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvUniversal
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversal
- *UIConstraints: *OutputBin BinUpperFD *PageRegion EnvUniversalEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion EnvUniversalEdge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion EnvUniversalEdge
- *UIConstraints: *OutputBin BinContinue *PageRegion EnvUniversalEdge
-
-
- *% ===== If any Universal size, cant send to any finisher tray
- *%
- *UIConstraints: *PageSize Universal *OutputBin BinUpperFD
- *UIConstraints: *PageSize Universal *OutputBin BinMiddleFD
- *UIConstraints: *PageSize Universal *OutputBin BinLowerFD
- *UIConstraints: *PageSize Universal *OutputBin BinContinue
- *UIConstraints: *PageSize UniversalEdge *OutputBin BinUpperFD
- *UIConstraints: *PageSize UniversalEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageSize UniversalEdge *OutputBin BinLowerFD
- *UIConstraints: *PageSize UniversalEdge *OutputBin BinContinue
-
- *UIConstraints: *PageRegion Universal *OutputBin BinUpperFD
- *UIConstraints: *PageRegion Universal *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion Universal *OutputBin BinLowerFD
- *UIConstraints: *PageRegion Universal *OutputBin BinContinue
- *UIConstraints: *PageRegion UniversalEdge *OutputBin BinUpperFD
- *UIConstraints: *PageRegion UniversalEdge *OutputBin BinMiddleFD
- *UIConstraints: *PageRegion UniversalEdge *OutputBin BinLowerFD
- *UIConstraints: *PageRegion UniversalEdge *OutputBin BinContinue
-
- *UIConstraints: *OutputBin BinUpperFD *PageSize Universal
- *UIConstraints: *OutputBin BinMiddleFD *PageSize Universal
- *UIConstraints: *OutputBin BinLowerFD *PageSize Universal
- *UIConstraints: *OutputBin BinContinue *PageSize Universal
- *UIConstraints: *OutputBin BinUpperFD *PageSize UniversalEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageSize UniversalEdge
- *UIConstraints: *OutputBin BinLowerFD *PageSize UniversalEdge
- *UIConstraints: *OutputBin BinContinue *PageSize UniversalEdge
-
- *UIConstraints: *OutputBin BinUpperFD *PageRegion Universal
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion Universal
- *UIConstraints: *OutputBin BinLowerFD *PageRegion Universal
- *UIConstraints: *OutputBin BinContinue *PageRegion Universal
- *UIConstraints: *OutputBin BinUpperFD *PageRegion UniversalEdge
- *UIConstraints: *OutputBin BinMiddleFD *PageRegion UniversalEdge
- *UIConstraints: *OutputBin BinLowerFD *PageRegion UniversalEdge
- *UIConstraints: *OutputBin BinContinue *PageRegion UniversalEdge
-
-
- *% ==== Duplex Constraints ====
- *% Some paper can not be duplexed
- *%
- *UIConstraints: *Duplex *PageSize Hagaki
- *UIConstraints: *Duplex *PageSize HagakiEdge
- *UIConstraints: *Duplex *PageSize Env10
- *UIConstraints: *Duplex *PageSize Env10Edge
- *UIConstraints: *Duplex *PageSize EnvC5
- *UIConstraints: *Duplex *PageSize EnvC5Edge
- *UIConstraints: *Duplex *PageSize EnvDL
- *UIConstraints: *Duplex *PageSize EnvDLEdge
- *UIConstraints: *Duplex *PageSize EnvMonarch
- *UIConstraints: *Duplex *PageSize EnvMonarchEdge
- *UIConstraints: *Duplex *PageSize EnvUniversal
- *UIConstraints: *Duplex *PageSize EnvUniversalEdge
-
- *UIConstraints: *PageSize Hagaki *Duplex
- *UIConstraints: *PageSize HagakiEdge *Duplex
- *UIConstraints: *PageSize Env10 *Duplex
- *UIConstraints: *PageSize Env10Edge *Duplex
- *UIConstraints: *PageSize EnvC5 *Duplex
- *UIConstraints: *PageSize EnvC5Edge *Duplex
- *UIConstraints: *PageSize EnvDL *Duplex
- *UIConstraints: *PageSize EnvDLEdge *Duplex
- *UIConstraints: *PageSize EnvMonarch *Duplex
- *UIConstraints: *PageSize EnvMonarchEdge *Duplex
- *UIConstraints: *PageSize EnvUniversal *Duplex
- *UIConstraints: *PageSize EnvUniversalEdge *Duplex
-
- *UIConstraints: *Duplex *PageRegion Hagaki
- *UIConstraints: *Duplex *PageRegion HagakiEdge
- *UIConstraints: *Duplex *PageRegion Env10
- *UIConstraints: *Duplex *PageRegion Env10Edge
- *UIConstraints: *Duplex *PageRegion EnvC5
- *UIConstraints: *Duplex *PageRegion EnvC5Edge
- *UIConstraints: *Duplex *PageRegion EnvDL
- *UIConstraints: *Duplex *PageRegion EnvDLEdge
- *UIConstraints: *Duplex *PageRegion EnvMonarch
- *UIConstraints: *Duplex *PageRegion EnvMonarchEdge
- *UIConstraints: *Duplex *PageRegion EnvUniversal
- *UIConstraints: *Duplex *PageRegion EnvUniversalEdge
-
- *UIConstraints: *PageRegion Hagaki *Duplex
- *UIConstraints: *PageRegion HagakiEdge *Duplex
- *UIConstraints: *PageRegion Env10 *Duplex
- *UIConstraints: *PageRegion Env10Edge *Duplex
- *UIConstraints: *PageRegion EnvC5 *Duplex
- *UIConstraints: *PageRegion EnvC5Edge *Duplex
- *UIConstraints: *PageRegion EnvDL *Duplex
- *UIConstraints: *PageRegion EnvDLEdge *Duplex
- *UIConstraints: *PageRegion EnvMonarch *Duplex
- *UIConstraints: *PageRegion EnvMonarchEdge *Duplex
- *UIConstraints: *PageRegion EnvUniversal *Duplex
- *UIConstraints: *PageRegion EnvUniversalEdge *Duplex
-
-
- *% ==== Device Capabilities, General Information, and Defaults ====
- *%
- *LanguageLevel: "3"
- *Protocols: TBCP
-
- *FreeVM: "3161580"
- *VMOption 16Meg/16 MB: "3161580"
- *VMOption 20Meg/20 MB: "3677676"
- *VMOption 24Meg/24 MB: "4701676"
- *VMOption 28Meg/28 MB: "5717484"
- *VMOption 32Meg/32 MB: "6725100"
- *VMOption 36Meg/36 MB: "6725100"
- *VMOption 40Meg/40 MB: "7749100"
- *VMOption 44Meg/44 MB: "8265196"
- *VMOption 48Meg/48 MB: "8781292"
- *VMOption 52Meg/52 MB: "8781292"
- *VMOption 64Meg/64 MB: "10821100"
-
- *FCacheSize 16Meg/16 MB: 1284600
- *FCacheSize 20Meg/20 MB: 1468100
- *FCacheSize 24Meg/24 MB: 1835100
- *FCacheSize 28Meg/28 MB: 2202100
- *FCacheSize 32Meg/32 MB: 2569100
- *FCacheSize 36Meg/36 MB: 2569100
- *FCacheSize 40Meg/40 MB: 2936100
- *FCacheSize 44Meg/44 MB: 3119600
- *FCacheSize 48Meg/48 MB: 3303100
- *FCacheSize 52Meg/52 MB: 3303100
- *FCacheSize 64Meg/64 MB: 4037100
-
- *PrintPSErrors: True
-
- *ColorDevice: False
- *DefaultColorSpace: Gray
-
- *TTRasterizer: Type42
- *?TTRasterizer: "save
- 42 /FontType resourcestatus
- {pop pop (Type42)} {(No Type42)} ifelse = flush
- restore"
- *End
-
- *FileSystem: True
- *?FileSystem: "save statusdict /diskonline get exec
- {(True)}{(False)} ifelse = flush restore"
- *End
-
- *Throughput: "40"
- *Password: "()"
- *ExitServer: "
- count 0 eq
- {false}
- {true exch startjob}
- ifelse
- not
- {
- (WARNING: Cannot modify initial VM.) =
- (Missing or invalid password.) =
- (Please contact the author of this software.) = flush quit
- } if"
- *End
-
- *Reset: "
- count 0 eq
- {false}
- {true exch startjob}
- ifelse
- not
- {
- (WARNING: Cannot reset printer.) =
- (Missing or invalid password.) =
- (Please contact the author of this software.) = flush quit
- } if
- systemdict /quit get exec
- (WARNING : Printer Reset Failed.) = flush"
- *End
-
-
- *% ==== Resoulution support
- *%
-
- *DefaultResolution: 600x600dpi/600x600dpi
-
-
-
- *% ==== Screen support ====
- *%
- *AccurateScreensSupport: True
-
-
-
- *% ==== Duplex options ====
- *%
- *OpenUI *Duplex/Duplex (Two-sided printing): PickOne
- *OrderDependency: 50.0 AnySetup *Duplex
- *DefaultDuplex: None
- *Duplex None/None: "(<<) cvx exec /Duplex false /Tumble false
- (>>) cvx exec setpagedevice"
- *End
- *Duplex DuplexNoTumble/Long edge: "(<<) cvx exec /Duplex true /Tumble false
- (>>) cvx exec setpagedevice"
- *End
- *Duplex DuplexTumble/Short edge: "(<<) cvx exec /Duplex true /Tumble true
- (>>) cvx exec setpagedevice"
- *End
- *?Duplex: "save
- currentpagedevice dup /Duplex known
- {
- dup /Duplex get
- {/Tumble get {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
- {pop (None)}
- ifelse
- } {pop (None)}
- ifelse = flush
- restore"
- *End
- *CloseUI: *Duplex
-
-
- *% ==== Input options ====
- *%
- *OpenUI *InputSlot/Input source: PickOne
- *OrderDependency: 45.0 AnySetup *InputSlot
- *DefaultInputSlot: Tray1
- *InputSlot Tray1/Tray 1: "
- currentpagedevice /InputAttributes get 0 known
- {<<currentpagedevice /InputAttributes get 0 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [0 6 5 3 2 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot MPT/Auxiliary tray: "
- currentpagedevice /InputAttributes get 1 known
- {<<currentpagedevice /InputAttributes get 1 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [1 6 5 3 2 0 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot Tray2/Tray 2: "
- currentpagedevice /InputAttributes get 2 known
- {<<currentpagedevice /InputAttributes get 2 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [2 6 5 3 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot Tray3/Tray 3: "
- currentpagedevice /InputAttributes get 3 known
- {<<currentpagedevice /InputAttributes get 3 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [3 6 5 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot Tray4/Tray 4: "
- currentpagedevice /InputAttributes get 5 known
- {<<currentpagedevice /InputAttributes get 5 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [5 6 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot Tray5/Tray 5: "
- currentpagedevice /InputAttributes get 6 known
- {<<currentpagedevice /InputAttributes get 6 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [6 5 3 2 0 1 4] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *InputSlot Envelope/Envelope feeder: "
- currentpagedevice /InputAttributes get 4 known
- {<<currentpagedevice /InputAttributes get 4 get dup null ne
- {/PageSize get /PageSize exch
- /InputAttributes <</Priority [4 6 5 3 2 0 1] >> >> setpagedevice}{pop pop} ifelse} if"
- *End
- *?InputSlot: "
- save
- (<<) cvx exec
- /0 (Tray1)
- /1 (MPT)
- /2 (Tray2)
- /3 (Tray3)
- /4 (Envelope)
- /5 (Tray4)
- /6 (Tray5)
- (>>) cvx exec
- currentpagedevice /InputAttributes get dup /Priority known
- {/Priority get 0 get ( ) cvs cvn get}
- {dup length 1 eq
- {{pop} forall ( ) cvs cvn get}
- {pop pop (Unknown)}
- ifelse
- }
- ifelse = flush
- restore"
- *End
- *CloseUI: *InputSlot
-
-
- *% ===== Collation on/off
- *%
- *%
- *OpenUI *Collate/Collate : Boolean
- *OrderDependency: 50.0 AnySetup *Collate
- *DefaultCollate: False
- *Collate False/Off: "<< /Collate false >> setpagedevice"
- *Collate True/On: "<< /Collate true >> setpagedevice"
- *?Collate: "save
- currentpagedevice dup /Collate known
- {/Collate get {(On)} {(Off)} ifelse}
- {pop (Unknown)} ifelse = flush
- restore"
- *End
- *CloseUI: *Collate
-
-
- *% ===== Manual feed options =====
- *%
- *OpenUI *ManualFeed/Manual feed: Boolean
- *OrderDependency: 50.0 AnySetup *ManualFeed
- *DefaultManualFeed: False
- *ManualFeed True/True: "(<<) cvx exec /ManualFeed true (>>) cvx exec setpagedevice"
- *ManualFeed False/False: "(<<) cvx exec /ManualFeed false (>>) cvx exec setpagedevice"
- *?ManualFeed: "save
- currentpagedevice /ManualFeed get
- {(True)} {(False)} ifelse = flush
- restore"
- *End
- *CloseUI: *ManualFeed
-
-
- *% ===== Tray Switching options =====
- *%
- *OpenUI *TraySwitch/Printer select tray: Boolean
- *OrderDependency: 50.0 AnySetup *TraySwitch
- *DefaultTraySwitch: True
- *TraySwitch True/On: "(<<) cvx exec /TraySwitch true (>>) cvx exec setpagedevice"
- *TraySwitch False/Off: "(<<) cvx exec /TraySwitch false (>>) cvx exec setpagedevice"
- *?TraySwitch: "save
- currentpagedevice /TraySwitch get
- {(True)} {(False)} ifelse = flush
- restore"
- *End
- *CloseUI: *TraySwitch
-
-
- *% ==== Output options ====
- *%
- *OpenUI *OutputBin/Output Bin: PickOne
- *OrderDependency: 25.0 AnySetup *OutputBin
- *DefaultOutputBin: Main
- *OutputBin Main/Main: "
- (<<) cvx exec /OutputType (STD) (>>) cvx exec setpagedevice"
- *End
- *OutputBin Face-Up/Face-Up output tray: "
- (<<) cvx exec /OutputType (FACE-UP) (>>) cvx exec setpagedevice"
- *End
- *OutputBin BinUpperFD/Finisher bin 1: "
- (<<) cvx exec /OutputType (FINISHER TOP)(>>) cvx exec setpagedevice"
- *End
- *OutputBin BinMiddleFD/Finisher bin 2: "
- (<<) cvx exec /OutputType (FINISHER MIDDLE)(>>) cvx exec setpagedevice"
- *End
- *OutputBin BinLowerFD/Finisher bin 3: "
- (<<) cvx exec /OutputType (FINISHER BOTTOM)(>>) cvx exec setpagedevice"
- *End
- *OutputBin BinContinue/Any finisher bin: "
- (<<) cvx exec /OutputType (FINISHER AUTO)(>>) cvx exec setpagedevice"
- *End
- *?OutputBin: "save
- currentpagedevice dup /OutputType known
- {/OutputType get
- [
- [ (Main) (STD) ]
- [ (Face-Up) (FACE-UP) ]
- [ (BinUpperFD) (FINISHER TOP) ]
- [ (BinMiddleFD) (FINISHER MIDDLE) ]
- [ (BinLowerFD) (FINISHER BOTTOM) ]
- [ (BinContinue) (FINISHER AUTO) ]
- ]
- {aload pop 2 index eq {(0) exit}{pop} ifelse} forall
- (0) eq {exch pop} {(Unknown)} ifelse
- }
- {pop (Unknown)} ifelse
- = flush
- restore"
- *End
- *CloseUI: *OutputBin
-
-
- *% ===== Jogging options =====
- *%
- *OpenUI *Jog/Jog: PickOne
- *OrderDependency: 40.0 AnySetup *Jog
- *DefaultJog: None
- *Jog None/Do not jog: "(<<) cvx exec/Jog 0 (>>) cvx exec setpagedevice"
- *Jog EndOfJob/Jog at end of job: "(<<) cvx exec/Jog 2 (>>) cvx exec setpagedevice"
- *Jog EndOfSet/Jog at end of set: "(<<) cvx exec/Jog 3 (>>) cvx exec setpagedevice"
- *?Jog: "save
- currentpagedevice /Jog get dup 2 eq
- {pop (EndOfJob)}
- {3 eq {(EndOfSet)} {(None)} ifelse}
- ifelse = flush
- restore"
- *End
- *CloseUI: *Jog
-
- *DefaultOutputOrder: Normal
-
-
-
- *% ==== Print Quality (Resolution Enhance/Toner Saver) options ====
- *%
- *OpenUI *OutputMode/Print quality: PickOne
- *OrderDependency: 50.0 AnySetup *OutputMode
- *DefaultOutputMode: None
- *OutputMode None/Normal: "(<<) cvx exec /PostRenderingEnhance false /PostRenderingEnhanceDetails
- (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 0 (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *OutputMode TruRes/Refine: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
- (<<) cvx exec /Type 18 /REValue 1 /TonerSaver 0 (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *OutputMode TonerSaver/Economy: "(<<) cvx exec /PostRenderingEnhance true /PostRenderingEnhanceDetails
- (<<) cvx exec /Type 18 /REValue 0 /TonerSaver 1 (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *?OutputMode: "save
- currentpagedevice dup /PostRenderingEnhance known
- {dup /PostRenderingEnhance get
- {
- /PostRenderingEnhanceDetails get
- dup /Type get 18 eq
- {
- dup /REValue get 8 mul exch
- /TonerSaver get add dup 8 eq
- {pop (TruRes)}
- {1 eq {(TonerSaver)} {(None)}ifelse}
- ifelse
- }
- {pop (None)} ifelse
- }
- {pop (None)}
- ifelse}
- {pop (None)}
- ifelse = flush
- restore"
- *End
- *CloseUI: *OutputMode
-
-
-
- *% === IBStaple options ============
- *% note:
- *% This printer supports the following staple positions,
- *% requiring the use of slightly nonstandard options.
- *%
- *% Single staple top left of portrait
- *% Double staple center of portrait
- *% Single staple top left of landscape
- *% Double staple center of landscape
- *%
- *OpenUI *IBStaple/Staple Location: PickOne
- *OrderDependency: 50.0 AnySetup *IBStaple
- *DefaultIBStaple: None
- *IBStaple None/Stapler off: "
- (<<) cvx exec/Staple 0 /StapleDetails
- (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *IBStaple SinglePortrait/Single staple portrait: "
- (<<) cvx exec/Staple 2 /StapleDetails
- (<<) cvx exec/Type 5 /Position (SinglePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *IBStaple DoublePortrait/Double staple portrait: "
- (<<) cvx exec/Staple 2 /StapleDetails
- (<<) cvx exec/Type 5 /Position (DoublePortrait) (>>) cvx exec (>>) cvx exec setpagedevice"
- *End
- *IBStaple SingleLandscape/Single staple landscape: "
- (<<) cvx exec/Staple 2 /StapleDetails
- (<<) cvx exec/Type 5 /Position (SingleLandscape) (>>) cvx exec (>>) cvx exec
- setpagedevice"
- *End
- *IBStaple DoubleLandscape/Double staple landscape: "
- (<<) cvx exec/Staple 2 /StapleDetails
- (<<) cvx exec/Type 5 /Position (DoubleLandscape) (>>) cvx exec (>>) cvx exec
- setpagedevice"
- *End
- *?IBStaple: "save
- currentpagedevice dup /Staple get 2 ne
- {pop (None)}
- {
- /StapleDetails get /Position get true
- [(SinglePortrait) (DoublePortrait) (SingleLandscape) (DoubleLandscape)]
- {2 index eq {false exit} if} forall
- exch pop {(None)} if
- } ifelse = flush
- restore"
- *End
- *CloseUI: *IBStaple
-
-
- *% ==== JamRecovery options ====
- *%
- *OpenUI *IBJamRecovery/Jam recovery: Boolean
- *OrderDependency: 50.0 AnySetup *IBJamRecovery
- *DefaultIBJamRecovery: False
- *IBJamRecovery False/Off: "(<<) cvx exec /ExitJamRecovery false (>>) cvx exec setpagedevice"
- *IBJamRecovery True/On: "(<<) cvx exec /ExitJamRecovery true (>>) cvx exec setpagedevice"
- *?IBJamRecovery: "save
- currentpagedevice dup /ExitJamRecovery known
- {/ExitJamRecovery get {(True)}{(False)} ifelse}
- {pop (None)}
- ifelse = flush
- restore"
- *End
- *CloseUI: *IBJamRecovery
-
-
-
- *% ==== Halftone information ====
- *%
- *DefaultHalftoneType: 3
- *ScreenFreq: "106.0"
- *ScreenAngle: "45.0"
-
- *DefaultScreenProc: Dot
- *ScreenProc Dot: "
- {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub}
- {dup mul exch dup mul add 1 exch sub} ifelse}"
- *End
- *ScreenProc Line: "{pop}"
- *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1
- exch sub}"
- *End
-
- *DefaultTransfer: Null
- *Transfer Null: "{ }"
- *Transfer Null.Inverse: "{1 exch sub}"
-
-
- *% ===== Page size selections =====
-
-
- *% ===== Paper Handling =====
- *%
- *LandscapeOrientation: Plus90
-
-
- *% ===== Page Size selection
- *%
- *OpenUI *PageSize/Page size: PickOne
- *OrderDependency: 56.0 AnySetup *PageSize
- *DefaultPageSize: LetterEdge
- *PageSize Letter/Letter: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 792] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize LetterEdge/Letter Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 792] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Legal/Legal: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize LegalEdge/Legal Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Tabloid/11x17: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize TabloidEdge/11x17 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A4/A4: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [595 842] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A4Edge/A4 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [596 842] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize B5/B5-JIS: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [516 729] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize B5Edge/B5-JIS Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [517 729] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize B4/B4: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize B4Edge/B4 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A5/A5: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [420 595] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A5Edge/A5 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [421 595] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A3/A3: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize A3Edge/A3 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Executive/Executive: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [522 756] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize ExecutiveEdge/Executive Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [523 756] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Statement/Statement: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [396 612] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize StatementEdge/Statement Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [397 612] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize FanFoldGermanLegal/Folio: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 936] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 936] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Universal/Universal 11.69 x 17 in: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize UniversalEdge/Universal 11.69 x 17 in Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Hagaki/Hagaki: "
- userdict /setpagedevice [systemdict /setpagedevice get 283 419
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [283 419] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize HagakiEdge/Hagaki Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 283 419
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [284 419] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvMonarch/Monarch envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 279 540
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [279 540] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 279 540
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [280 540] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Env10/Com10 envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 297 684
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [297 684] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize Env10Edge/Com10 envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 297 684
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [298 684] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvC5/C5 envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 459 649
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [459 649] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvC5Edge/C5 envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 459 649
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [460 649] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvDL/DL envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 312 624
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [312 624] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvDLEdge/DL envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 312 624
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [313 624] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvUniversal/Universal Env 8.5 x 9.64 in: "
- userdict /setpagedevice [systemdict /setpagedevice get 611 694
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [611 694] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageSize EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
- userdict /setpagedevice [systemdict /setpagedevice get 612 694
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [612 694] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *?PageSize: "
- save
- currentpagedevice /PageSize get aload pop
- 2 copy gt {exch} if
- (Unknown)
- (<<) cvx exec
- [612 792] (Letter)
- [613 792] (LetterEdge)
- [612 1008] (Legal)
- [613 1008] (LegalEdge)
- [792 1224] (Tabloid/11x17)
- [793 1224] (TabloidEdge/11x17)
- [595 842] (A4)
- [596 842] (A4Edge)
- [516 729] (B5)
- [517 729] (B5Edge)
- [729 1032] (B4)
- [730 1032] (B4Edge)
- [420 595] (A5)
- [421 595] (A5Edge)
- [842 1191] (A3)
- [843 1191] (A3Edge)
- [522 756] (Executive)
- [523 756] (ExecutiveEdge)
- [396 612] (Statement)
- [397 612] (StatementEdge)
- [612 936] (FanFoldGermanLegal)
- [613 936] (FanFoldGermanLegalEdge)
- [840 1224] (Universal)
- [841 1224] (UniversalEdge)
- [283 419] (Hagaki)
- [284 419] (HagakiEdge)
- [279 540] (EnvMonarch)
- [280 540] (EnvMonarchEdge)
- [297 684] (Env10)
- [298 684] (Env10Edge)
- [459 649] (EnvC5)
- [460 649] (EnvC5Edge)
- [312 624] (EnvDL)
- [313 624] (EnvDLEdge)
- [611 694] (EnvUniversal)
- [612 694] (EnvUniversalEdge)
- (>>) cvx exec
- { exch aload pop
- 4 index sub abs 5 le exch 5 index sub abs 5 le and
- {exch pop exit}
- {pop}
- ifelse
- } bind forall
- = flush pop pop
- restore"
- *End
- *CloseUI: *PageSize
-
-
- *% ===== page region =====
- *%
- *OpenUI *PageRegion/Page region: PickOne
- *OrderDependency: 55.0 AnySetup *PageRegion
- *DefaultPageRegion: LetterEdge
- *PageRegion Letter/Letter: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 792] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion LetterEdge/Letter Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 792] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Legal/Legal: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 1008] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion LegalEdge/Legal Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 1008] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Tabloid/11x17: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [792 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion TabloidEdge/11x17 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [793 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A4/A4: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [595 842] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A4Edge/A4 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [596 842] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion B5/B5-JIS: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [516 729] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion B5Edge/B5-JIS Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [517 729] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion B4/B4: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [729 1032] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion B4Edge/B4 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [730 1032] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A5/A5: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [420 595] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A5Edge/A5 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [421 595] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A3/A3: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [842 1191] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion A3Edge/A3 Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [843 1191] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Executive/Executive: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [522 756] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion ExecutiveEdge/Executive Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [523 756] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Statement/Statement: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [396 612] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion StatementEdge/Statement Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [397 612] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion FanFoldGermanLegal/Folio: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [612 936] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion FanFoldGermanLegalEdge/Folio Edge-to-Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [613 936] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Universal/Universal 11.69 x 17 in: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [840 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion UniversalEdge/Universal 11.69 x 17 in Edge: "
- userdict /setpagedevice systemdict /setpagedevice get put
- (<<) cvx exec /PageSize [841 1224] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Hagaki/Hagaki: "
- userdict /setpagedevice [systemdict /setpagedevice get 283 419
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [283 419] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion HagakiEdge/Hagaki Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 284 419
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [284 419] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvMonarch/Monarch envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 279 540
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [279 540] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvMonarchEdge/Monarch envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 280 540
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [280 540] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Env10/Com10 envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 297 684
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [297 684] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion Env10Edge/Com10 envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 298 684
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [298 684] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvC5/C5 envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 459 649
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [459 649] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvC5Edge/C5 envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 460 649
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [460 649] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvDL/DL envelope: "
- userdict /setpagedevice [systemdict /setpagedevice get 312 624
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [312 624] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvDLEdge/DL envelope Edge-to-Edge: "
- userdict /setpagedevice [systemdict /setpagedevice get 313 624
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [313 624] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvUniversal/Universal Env 8.5 x 9.64 in: "
- userdict /setpagedevice [systemdict /setpagedevice get 611 694
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [611 694] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *PageRegion EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "
- userdict /setpagedevice [systemdict /setpagedevice get 612 694
- /translate load 180 /rotate load] cvx put
- (<<) cvx exec /PageSize [612 694] /ImagingBBox null
- /Policies (<<) cvx exec /PageSize 2 (>>) cvx exec
- (>>) cvx exec setpagedevice"
- *End
- *CloseUI: *PageRegion
-
- *RequiresPageRegion MPT/Auxiliary tray: True
- *RequiresPageRegion Envelope/Envelope feeder: True
- *RequiresPageRegion Tray1: True
- *RequiresPageRegion Tray2: True
- *RequiresPageRegion Tray3: True
- *RequiresPageRegion Tray4: True
- *RequiresPageRegion Tray5: True
-
-
-
- *% ==== Imageable area ====
- *%
- *DefaultImageableArea: Letter
- *ImageableArea Letter/Letter: "11.3041 11.9041 600.624 779.904 "
- *ImageableArea LetterEdge/Letter Edge-to-Edge: "0.06 0.4801 612.06 791.52 "
- *ImageableArea Legal/Legal: "12.144 11.3041 599.664 996.624 "
- *ImageableArea LegalEdge/Legal Edge-to-Edge: "0.7201 0.06 611.28 1008.06 "
- *ImageableArea Tabloid/11x17: "11.904 11.304 779.904 1212.62 "
- *ImageableArea TabloidEdge/11x17 Edge-to-Edge: "0.4801 0.06 791.52 1224.06 "
- *ImageableArea A4/A4: "11.3641 11.897 584.004 829.817 "
- *ImageableArea A4Edge/A4 Edge-to-Edge: "0.06 0.3602 595.26 841.32 "
- *ImageableArea B5/B5-JIS: "12.144 11.3715 503.664 717.211 "
- *ImageableArea B5Edge/B5-JIS Edge-to-Edge: "0.6001 0.0603 515.16 728.46 "
- *ImageableArea B4/B4: "11.544 12.7947 718.104 1020.43 "
- *ImageableArea B4Edge/B4 Edge-to-Edge: "1.3201 0.0604 727.08 1031.82 "
- *ImageableArea A5/A5: "11.364 3.7667 403.044 583.607 "
- *ImageableArea A5Edge/A5 Edge-to-Edge: "0.06 0.0012 419.58 595.201 "
- *ImageableArea A3/A3: "12.024 15.6863 829.944 1179.21 "
- *ImageableArea A3Edge/A3 Edge-to-Edge: "0.3601 0.0023 841.32 1190.52 "
- *ImageableArea Executive/Executive: "11.364 13.1041 510.804 742.704 "
- *ImageableArea ExecutiveEdge/Executive Edge-to-Edge: "0.06 1.68 522.06 754.32 "
- *ImageableArea Statement/Statement: "11.364 4.296 380.004 599.496 "
- *ImageableArea StatementEdge/Statement Edge-to-Edge: "0.06 0.7201 396.06 611.28 "
- *ImageableArea FanFoldGermanLegal/Folio: "12.144 11.3041 599.664 924.624 "
- *ImageableArea FanFoldGermanLegalEdge/Folio Edge-to-Edge: "0.7201 0.06 611.28 936.06 "
- *ImageableArea Universal/Universal 11.69 x 17 in: "12.024 11.304 829.944 1212.62 "
- *ImageableArea UniversalEdge/Universal 11.69 x 17 in Edge: "0.3601 0.06 841.32 1224.06 "
- *ImageableArea Hagaki/Hagaki: "13.4561 10.8512 270.736 407.691 "
- *ImageableArea HagakiEdge/Hagaki Edge-to-Edge: "1.12 0.0 281.44 418.935 "
- *ImageableArea EnvMonarch/Monarch envelope: "11.4961 12.816 267.696 527.376 "
- *ImageableArea EnvMonarchEdge/Monarch envelope Edge-to-Edge: "0.0 1.2 279.0 538.8 "
- *ImageableArea Env10/Com10 envelope: "11.2561 11.856 285.696 672.336 "
- *ImageableArea Env10Edge/Com10 envelope Edge-to-Edge: "0.0 0.24 297.0 683.76 "
- *ImageableArea EnvC5/C5 envelope: "11.076 11.4822 447.636 637.402 "
- *ImageableArea EnvC5Edge/C5 envelope Edge-to-Edge: "0.0 0.0366 458.94 648.997 "
- *ImageableArea EnvDL/DL envelope: "11.616 12.6667 300.696 611.707 "
- *ImageableArea EnvDLEdge/DL envelope Edge-to-Edge: "0.1801 1.1995 311.94 623.279 "
- *ImageableArea EnvUniversal/Universal Env 8.5 x 9.64 in: "10.3761 13.1443 599.696 681.304 "
- *ImageableArea EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "0.0 1.6483 611.94 692.848 "
- *?ImageableArea: "save
- /cvp {( ) cvs print ( )print} bind def
- /upperright {10000 mul floor 10000 div} bind def
- /lowerleft {10000 mul ceiling 10000 div} bind def
- newpath clippath pathbbox
- 4 -2 roll exch 2 {lowerleft cvp} repeat
- exch 2 {upperright cvp} repeat ( ) = flush
- restore"
- *End
-
-
- *% ==== Physical dimensions of the paper by keyword ====
- *%
- *DefaultPaperDimension: LetterEdge
- *PaperDimension Letter/Letter: "612 792"
- *PaperDimension LetterEdge/Letter Edge-to-Edge: "613 792"
- *PaperDimension Legal/Legal: "612 1008"
- *PaperDimension LegalEdge/Legal Edge-to-Edge: "613 1008"
- *PaperDimension Tabloid/11x17: "792 1224"
- *PaperDimension TabloidEdge/11x17 Edge-to-Edge: "793 1224"
- *PaperDimension A4/A4: "595 842"
- *PaperDimension A4Edge/A4 Edge-to-Edge: "596 842"
- *PaperDimension B5/B5-JIS: "516 729"
- *PaperDimension B5Edge/B5-JIS Edge-to-Edge: "517 729"
- *PaperDimension B4/B4: "729 1032"
- *PaperDimension B4Edge/B4 Edge-to-Edge: "730 1032"
- *PaperDimension A5/A5: "420 595"
- *PaperDimension A5Edge/A5 Edge-to-Edge: "421 595"
- *PaperDimension A3/A3: "842 1191"
- *PaperDimension A3Edge/A3 Edge-to-Edge: "843 1191"
- *PaperDimension Executive/Executive: "522 756"
- *PaperDimension ExecutiveEdge/Executive Edge-to-Edge: "523 756"
- *PaperDimension Statement/Statement: "396 612"
- *PaperDimension StatementEdge/Statement Edge-to-Edge: "397 612"
- *PaperDimension FanFoldGermanLegal/Folio: "612 936"
- *PaperDimension FanFoldGermanLegalEdge/Folio Edge-to-Edge: "613 936"
- *PaperDimension Universal/Universal 11.69 x 17 in: "840 1224"
- *PaperDimension UniversalEdge/Universal 11.69 x 17 in Edge: "841 1224"
- *PaperDimension Hagaki/Hagaki: "283 419"
- *PaperDimension HagakiEdge/Hagaki Edge-to-Edge: "284 419"
- *PaperDimension EnvMonarch/Monarch envelope: "279 540"
- *PaperDimension EnvMonarchEdge/Monarch envelope Edge-to-Edge: "280 540"
- *PaperDimension Env10/Com10 envelope: "297 684"
- *PaperDimension Env10Edge/Com10 envelope Edge-to-Edge: "298 684"
- *PaperDimension EnvC5/C5 envelope: "459 649"
- *PaperDimension EnvC5Edge/C5 envelope Edge-to-Edge: "460 649"
- *PaperDimension EnvDL/DL envelope: "312 624"
- *PaperDimension EnvDLEdge/DL envelope Edge-to-Edge: "313 624"
- *PaperDimension EnvUniversal/Universal Env 8.5 x 9.64 in: "611 694"
- *PaperDimension EnvUniversalEdge/Universal Env 8.5 x 9.64 in Edg: "612 694"
-
- *% ===== Fonts available =====
-
-
- *% ==== Font Information ====
- *%
- *DefaultFont: Courier
- *Font AlbertusMT-Italic: Standard "(001.000)" Standard ROM
- *Font AlbertusMT-Light: Standard "(001.000)" Standard ROM
- *Font AlbertusMT: Standard "(001.000)" Standard ROM
- *Font AntiqueOlive-Bold: Standard "(501.007)" Standard ROM
- *Font AntiqueOlive-Compact: Standard "(501.006)" Standard ROM
- *Font AntiqueOlive-Italic: Standard "(501.008)" Standard ROM
- *Font AntiqueOlive-Roman: Standard "(501.006)" Standard ROM
- *Font Apple-Chancery: Standard "(001.000)" Standard ROM
- *Font Arial-BoldItalicMT: Standard "(501.006)" Standard ROM
- *Font Arial-BoldMT: Standard "(501.005)" Standard ROM
- *Font Arial-ItalicMT: Standard "(501.008)" Standard ROM
- *Font ArialMT: Standard "(501.005)" Standard ROM
- *Font AvantGarde-Book: Standard "(501.007)" Standard ROM
- *Font AvantGarde-BookOblique: Standard "(501.007)" Standard ROM
- *Font AvantGarde-Demi: Standard "(501.008)" Standard ROM
- *Font AvantGarde-DemiOblique: Standard "(501.008)" Standard ROM
- *Font Bodoni-Bold: Standard "(501.004)" Standard ROM
- *Font Bodoni-BoldItalic: Standard "(501.005)" Standard ROM
- *Font Bodoni-Italic: Standard "(501.005)" Standard ROM
- *Font Bodoni-Poster: Standard "(501.007)" Standard ROM
- *Font Bodoni-PosterCompressed: Standard "(501.005)" Standard ROM
- *Font Bodoni: Standard "(501.006)" Standard ROM
- *Font Bookman-Demi: Standard "(501.004)" Standard ROM
- *Font Bookman-DemiItalic: Standard "(501.004)" Standard ROM
- *Font Bookman-Light: Standard "(501.004)" Standard ROM
- *Font Bookman-LightItalic: Standard "(501.004)" Standard ROM
- *Font Carta: Special "(001.001)" Standard ROM
- *Font Chicago: Standard "(501.008)" Standard ROM
- *Font Clarendon-Bold: Standard "(501.006)" Standard ROM
- *Font Clarendon-Light: Standard "(501.007)" Standard ROM
- *Font Clarendon: Standard "(501.006)" Standard ROM
- *Font CooperBlack-Italic: Standard "(001.003)" Standard ROM
- *Font CooperBlack: Standard "(001.003)" Standard ROM
- *Font Copperplate-ThirtyThreeBC: Standard "(001.002)" Standard ROM
- *Font Copperplate-ThirtyTwoBC: Standard "(001.002)" Standard ROM
- *Font Coronet-Regular: Standard "(001.000)" Standard ROM
- *Font Courier-Bold: Standard "(501.007)" Standard ROM
- *Font Courier-BoldOblique: Standard "(501.007)" Standard ROM
- *Font Courier-Oblique: Standard "(501.008)" Standard ROM
- *Font Courier: Standard "(501.008)" Standard ROM
- *Font Eurostile-Bold: Standard "(501.006)" Standard ROM
- *Font Eurostile-BoldExtendedTwo: Standard "(501.006)" Standard ROM
- *Font Eurostile-ExtendedTwo: Standard "(501.006)" Standard ROM
- *Font Eurostile: Standard "(501.006)" Standard ROM
- *Font Geneva: Standard "(501.005)" Standard ROM
- *Font GillSans-Bold: Standard "(501.005)" Standard ROM
- *Font GillSans-BoldCondensed: Standard "(501.004)" Standard ROM
- *Font GillSans-BoldItalic: Standard "(501.005)" Standard ROM
- *Font GillSans-Condensed: Standard "(501.005)" Standard ROM
- *Font GillSans-ExtraBold: Standard "(501.005)" Standard ROM
- *Font GillSans-Italic: Standard "(501.005)" Standard ROM
- *Font GillSans-Light: Standard "(501.006)" Standard ROM
- *Font GillSans-LightItalic: Standard "(501.006)" Standard ROM
- *Font GillSans: Standard "(501.006)" Standard ROM
- *Font Goudy-Bold: Standard "(001.002)" Standard ROM
- *Font Goudy-BoldItalic: Standard "(001.002)" Standard ROM
- *Font Goudy-ExtraBold: Standard "(001.001)" Standard ROM
- *Font Goudy-Italic: Standard "(001.002)" Standard ROM
- *Font Goudy: Standard "(001.003)" Standard ROM
- *Font Helvetica-Bold: Standard "(501.007)" Standard ROM
- *Font Helvetica-BoldOblique: Standard "(501.007)" Standard ROM
- *Font Helvetica-Condensed-Bold: Standard "(501.007)" Standard ROM
- *Font Helvetica-Condensed-BoldObl: Standard "(501.007)" Standard ROM
- *Font Helvetica-Condensed-Oblique: Standard "(501.007)" Standard ROM
- *Font Helvetica-Condensed: Standard "(501.007)" Standard ROM
- *Font Helvetica-Narrow-Bold: Standard "(501.007)" Standard ROM
- *Font Helvetica-Narrow-BoldOblique: Standard "(501.007)" Standard ROM
- *Font Helvetica-Narrow-Oblique: Standard "(501.005)" Standard ROM
- *Font Helvetica-Narrow: Standard "(501.005)" Standard ROM
- *Font Helvetica-Oblique: Standard "(501.005)" Standard ROM
- *Font Helvetica: Standard "(501.005)" Standard ROM
- *Font HoeflerText-Black: Standard "(501.005)" Standard ROM
- *Font HoeflerText-BlackItalic: Standard "(501.005)" Standard ROM
- *Font HoeflerText-Italic: Standard "(501.007)" Standard ROM
- *Font HoeflerText-Ornaments: Standard "(001.000)" Standard ROM
- *Font HoeflerText-Regular: Standard "(501.005)" Standard ROM
- *Font JoannaMT-Bold: Standard "(501.006)" Standard ROM
- *Font JoannaMT-BoldItalic: Standard "(501.006)" Standard ROM
- *Font JoannaMT-Italic: Standard "(501.006)" Standard ROM
- *Font JoannaMT: Standard "(501.006)" Standard ROM
- *Font LetterGothic-Bold: Standard "(501.008)" Standard ROM
- *Font LetterGothic-BoldSlanted: Standard "(501.008)" Standard ROM
- *Font LetterGothic-Slanted: Standard "(501.008)" Standard ROM
- *Font LetterGothic: Standard "(501.007)" Standard ROM
- *Font LubalinGraph-Book: Standard "(501.007)" Standard ROM
- *Font LubalinGraph-BookOblique: Standard "(501.007)" Standard ROM
- *Font LubalinGraph-Demi: Standard "(501.007)" Standard ROM
- *Font LubalinGraph-DemiOblique: Standard "(501.007)" Standard ROM
- *Font Marigold: Standard "(001.000)" Standard ROM
- *Font Monaco: Standard "(501.009)" Standard ROM
- *Font MonaLisa-Recut: Standard "(001.000)" Standard ROM
- *Font NewCenturySchlbk-Bold: Standard "(501.006)" Standard ROM
- *Font NewCenturySchlbk-BoldItalic: Standard "(501.006)" Standard ROM
- *Font NewCenturySchlbk-Italic: Standard "(501.009)" Standard ROM
- *Font NewCenturySchlbk-Roman: Standard "(501.006)" Standard ROM
- *Font NewYork: Standard "(501.009)" Standard ROM
- *Font Optima-Bold: Standard "(501.006)" Standard ROM
- *Font Optima-BoldItalic: Standard "(501.007)" Standard ROM
- *Font Optima-Italic: Standard "(501.008)" Standard ROM
- *Font Optima: Standard "(501.008)" Standard ROM
- *Font Oxford: Standard "(001.000)" Standard ROM
- *Font Palatino-Bold: Standard "(501.006)" Standard ROM
- *Font Palatino-BoldItalic: Standard "(501.005)" Standard ROM
- *Font Palatino-Italic: Standard "(501.006)" Standard ROM
- *Font Palatino-Roman: Standard "(501.004)" Standard ROM
- *Font StempelGaramond-Bold: Standard "(501.005)" Standard ROM
- *Font StempelGaramond-BoldItalic: Standard "(501.009)" Standard ROM
- *Font StempelGaramond-Italic: Standard "(501.007)" Standard ROM
- *Font StempelGaramond-Roman: Standard "(501.008)" Standard ROM
- *Font Symbol: Special "(001.008)" Standard ROM
- *Font Tekton: Standard "(001.001)" Standard ROM
- *Font Times-Bold: Standard "(501.006)" Standard ROM
- *Font Times-BoldItalic: Standard "(501.005)" Standard ROM
- *Font Times-Italic: Standard "(501.007)" Standard ROM
- *Font Times-Roman: Standard "(501.007)" Standard ROM
- *Font TimesNewRomanPS-BoldItalicMT: Standard "(501.008)" Standard ROM
- *Font TimesNewRomanPS-BoldMT: Standard "(501.006)" Standard ROM
- *Font TimesNewRomanPS-ItalicMT: Standard "(501.008)" Standard ROM
- *Font TimesNewRomanPSMT: Standard "(501.006)" Standard ROM
- *Font Univers-Bold: Standard "(501.006)" Standard ROM
- *Font Univers-BoldExt: Standard "(501.008)" Standard ROM
- *Font Univers-BoldExtObl: Standard "(501.008)" Standard ROM
- *Font Univers-BoldOblique: Standard "(501.006)" Standard ROM
- *Font Univers-Condensed: Standard "(501.009)" Standard ROM
- *Font Univers-CondensedBold: Standard "(501.007)" Standard ROM
- *Font Univers-CondensedBoldOblique: Standard "(501.007)" Standard ROM
- *Font Univers-CondensedOblique: Standard "(501.009)" Standard ROM
- *Font Univers-Extended: Standard "(501.007)" Standard ROM
- *Font Univers-ExtendedObl: Standard "(501.007)" Standard ROM
- *Font Univers-Light: Standard "(501.007)" Standard ROM
- *Font Univers-LightOblique: Standard "(501.007)" Standard ROM
- *Font Univers-Oblique: Standard "(501.007)" Standard ROM
- *Font Univers: Standard "(501.007)" Standard ROM
- *Font Wingdings-Regular: Special "(001.000)" Standard ROM
- *Font ZapfChancery-MediumItalic: Standard "(002.000)" Standard ROM
- *Font ZapfDingbats: Special "(001.005S)" Standard ROM
- *Font AntiqueOliveCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font AntiqueOliveCE-Compact: Win1250 "(501.006)" ExtendedRoman ROM
- *Font AntiqueOliveCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
- *Font AntiqueOliveCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
- *Font Apple-ChanceryCE: Win1250 "(001.000)" ExtendedRoman ROM
- *Font ArialCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font ArialCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
- *Font ArialCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
- *Font ArialCE: Win1250 "(501.005)" ExtendedRoman ROM
- *Font AvantGardeCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
- *Font AvantGardeCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font AvantGardeCE-Demi: Win1250 "(501.008)" ExtendedRoman ROM
- *Font AvantGardeCE-DemiOblique: Win1250 "(501.008)" ExtendedRoman ROM
- *Font BodoniCE-Bold: Win1250 "(501.004)" ExtendedRoman ROM
- *Font BodoniCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font BodoniCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font BodoniCE-Poster: Win1250 "(501.007)" ExtendedRoman ROM
- *Font BodoniCE-PosterCompressed: Win1250 "(501.005)" ExtendedRoman ROM
- *Font BodoniCE: Win1250 "(501.006)" ExtendedRoman ROM
- *Font BookmanCE-Demi: Win1250 "(501.004)" ExtendedRoman ROM
- *Font BookmanCE-DemiItalic: Win1250 "(501.004)" ExtendedRoman ROM
- *Font BookmanCE-Light: Win1250 "(501.004)" ExtendedRoman ROM
- *Font BookmanCE-LightItalic: Win1250 "(501.004)" ExtendedRoman ROM
- *Font ChicagoCE: Win1250 "(501.008)" ExtendedRoman ROM
- *Font ClarendonCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font ClarendonCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
- *Font ClarendonCE: Win1250 "(501.006)" ExtendedRoman ROM
- *Font CoronetCE-Regular: Win1250 "(001.000)" ExtendedRoman ROM
- *Font CourierCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font CourierCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font CourierCE-Oblique: Win1250 "(501.008)" ExtendedRoman ROM
- *Font CourierCE: Win1250 "(501.008)" ExtendedRoman ROM
- *Font EurostileCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font EurostileCE-BoldExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
- *Font EurostileCE-ExtendedTwo: Win1250 "(501.006)" ExtendedRoman ROM
- *Font EurostileCE: Win1250 "(501.006)" ExtendedRoman ROM
- *Font GenevaCE: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-BoldCondensed: Win1250 "(501.004)" ExtendedRoman ROM
- *Font GillSansCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-Condensed: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-ExtraBold: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-Italic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font GillSansCE-Light: Win1250 "(501.006)" ExtendedRoman ROM
- *Font GillSansCE-LightItalic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font GillSansCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
- *Font HelveticaCE-Bold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-BoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-CondBold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-CondBoldObl: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-CondObl: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-Cond: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-NarrowBold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-NarrowBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HelveticaCE-NarrowOblique: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HelveticaCE-Narrow: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HelveticaCE-Oblique: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HelveticaCE: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HoeflerTextCE-Black: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HoeflerTextCE-BlackItalic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font HoeflerTextCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
- *Font HoeflerTextCE-Regular: Win1250 "(501.005)" ExtendedRoman ROM
- *Font JoannaMTCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font JoannaMTCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font JoannaMTCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font JoannaMTCE: Win1250 "(501.006)" ExtendedRoman ROM
- *Font LetterGothicCE-Bold: Win1250 "(501.008)" ExtendedRoman ROM
- *Font LetterGothicCE-BoldSlanted: Win1250 "(501.008)" ExtendedRoman ROM
- *Font LetterGothicCE-Slanted: Win1250 "(501.008)" ExtendedRoman ROM
- *Font LetterGothicCE: Win1250 "(501.007)" ExtendedRoman ROM
- *Font LubalinGraphCE-Book: Win1250 "(501.007)" ExtendedRoman ROM
- *Font LubalinGraphCE-BookOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font LubalinGraphCE-Demi: Win1250 "(501.007)" ExtendedRoman ROM
- *Font LubalinGraphCE-DemiOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font MonacoCE: Win1250 "(501.009)" ExtendedRoman ROM
- *Font NewCenturySchlbkCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font NewCenturySchlbkCE-BoldItalic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font NewCenturySchlbkCE-Italic: Win1250 "(501.009)" ExtendedRoman ROM
- *Font NewCenturySchlbkCE-Roman: Win1250 "(501.006)" ExtendedRoman ROM
- *Font NewYorkCE: Win1250 "(501.009)" ExtendedRoman ROM
- *Font OptimaCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font OptimaCE-BoldItalic: Win1250 "(501.007)" ExtendedRoman ROM
- *Font OptimaCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
- *Font OptimaCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
- *Font PalatinoCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font PalatinoCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font PalatinoCE-Italic: Win1250 "(501.006)" ExtendedRoman ROM
- *Font PalatinoCE-Roman: Win1250 "(501.004)" ExtendedRoman ROM
- *Font StempelGaramondCE-Bold: Win1250 "(501.005)" ExtendedRoman ROM
- *Font StempelGaramondCE-BoldItalic: Win1250 "(501.009)" ExtendedRoman ROM
- *Font StempelGaramondCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
- *Font StempelGaramondCE-Roman: Win1250 "(501.008)" ExtendedRoman ROM
- *Font TimesCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font TimesCE-BoldItalic: Win1250 "(501.005)" ExtendedRoman ROM
- *Font TimesCE-Italic: Win1250 "(501.007)" ExtendedRoman ROM
- *Font TimesCE-Roman: Win1250 "(501.007)" ExtendedRoman ROM
- *Font TimesNewRomanCE-BoldItalic: Win1250 "(501.008)" ExtendedRoman ROM
- *Font TimesNewRomanCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font TimesNewRomanCE-Italic: Win1250 "(501.008)" ExtendedRoman ROM
- *Font TimesNewRomanCE: Win1250 "(501.006)" ExtendedRoman ROM
- *Font UniversCE-Bold: Win1250 "(501.006)" ExtendedRoman ROM
- *Font UniversCE-BoldExt: Win1250 "(501.008)" ExtendedRoman ROM
- *Font UniversCE-BoldExtObl: Win1250 "(501.008)" ExtendedRoman ROM
- *Font UniversCE-BoldOblique: Win1250 "(501.006)" ExtendedRoman ROM
- *Font UniversCE-Condensed: Win1250 "(501.009)" ExtendedRoman ROM
- *Font UniversCE-CondensedBold: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-CondensedBoldOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-CondensedOblique: Win1250 "(501.009)" ExtendedRoman ROM
- *Font UniversCE-Extended: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-ExtendedObl: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-Light: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-LightOblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-Oblique: Win1250 "(501.007)" ExtendedRoman ROM
- *Font UniversCE-Medium: Win1250 "(501.007)" ExtendedRoman ROM
- *Font ZapfChanceryCE-MediumItalic: Win1250 "(002.000)" ExtendedRoman ROM
-
- *?FontQuery: "save
- {count 1 gt
- {exch dup 127 string cvs (/)print print (:)print
- /Font resourcestatus
- {pop pop (Yes)} {(No)} ifelse =
- }
- {exit}
- ifelse
- } bind loop
- (*) = flush
- restore"
- *End
-
- *?FontList: "save
- (*) {cvn ==} 128 string /Font resourceforall
- (*) = flush
- restore"
- *End
-
- *% ===== Miscellaneous messages, status, sources and separation info
-
-
- *% ==== Printer Messages (verbatim from printer): ====
- *%
- *Message: "%%[ exitserver: permanent state may be changed ]%%"
- *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
- *Message: "\FontName\ not found, using Courier"
-
-
- *% ==== Status (format: %%[ status: <one of these> ] %%) ====
- *%
- *Status: "initializing"
- *Status: "idle"
- *Status: "busy"
- *Status: "waiting"
- *Status: "online"
-
-
- *% ==== Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% ) ====
- *%
- *Source: "Parallel"
- *Source: "EtherTalk"
- *Source: "TokenTalk"
-
- *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
-
-
- *% ==== Color separation information ====
- *%
- *DefaultColorSep: ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi
-
- *% For 85 lpi / 600 x 600 dpi ===============================
-
- *ColorSepScreenAngle ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
- *ColorSepScreenAngle CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "45"
- *ColorSepScreenAngle ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "15"
- *ColorSepScreenAngle ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "75"
- *ColorSepScreenAngle ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "0"
-
- *ColorSepScreenFreq ProcessBlack.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
- *ColorSepScreenFreq CustomColor.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
- *ColorSepScreenFreq ProcessCyan.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
- *ColorSepScreenFreq ProcessMagenta.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
- *ColorSepScreenFreq ProcessYellow.85lpi.600x600dpi/85 lpi / 600 x 600 dpi: "60"
-
- *% ==== PPD file revision number, date, and time stamp. This must ====
- *% ==== remain here and be updated each time this file is modified. ====
- *%
- *% File: Revision: Time/Date:
- *% @(#)ibm43322.ppd 1.06 14:22:00 01/25/99
- *%
-
- *% Last Edit Date: Jan 25, 1999
- *% The byte count of this file should be exactly 114744 or 112220
- *% depending on the filesystem it resides in.
- *% end of PPD file for IBM4332
-
-
-